Stored data missed in setup.S

Andrew Kirilenko (icedank@gmx.net)
Wed, 23 Apr 2003 16:17:23 +0300


Hello!

I feel myself stupid, when fighting against setup.S. Here is small piece of
code (/arch/i386/boot/setup.S)

--->
start_of_setup: # line 160
# bla bla bla - some checking code
movb $1, %al
movb %al, (0x100)
....
....
pushw %ax
movb (0x100), %al
cmpb $1, %al
popw %ax # pop don't change any flags - 386 asm reference
je bail820 # and it don't jump -- al != 1
meme820: # line 300
<---

Any ideas? I've spent two days, trying to understand what's going on - no luck
at all...

Best regards,
Andrew.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/