Eric Spakman wrote the following at 15:13 02.10.2003:
Erich,
>
> Funny, what compiler version are you using?
>
GCC-2.95, but I compiled it from within VMware. I will try a recompile with a "real" computer.
I compile on a 'real' computer, although not with its native compiler. Here are my warnings with the corresponding code inserted....
bbootsect.s: Assembler messages: bbootsect.s:257: Warning: indirect lcall without `*' <code> rp_read:
bootsect_kludge = 0x220 # 0x200 + 0x20 which is the size of the
>>>>>> lcall bootsect_kludge # bootsector + bootsect_kludge offset
</code>
bsetup.s: Assembler messages: bsetup.s:2393: Warning: value 0x37ffffff truncated to 0x37ffffff <code>
>>>>>> ramdisk_max: .long (-(0xC0000000)-(128 << 20))-1 # (Header version 0x0203 or later)
# The highest safe address for
# the contents of an initrd
</code> bsetup.s:2783: Warning: indirect lcall without `*' <code>
#Now we want to move to protected mode ...
cmpw $0, %cs:realmode_swtch
jz rmodeswtch_normal>>>>>>> lcall %cs:realmode_swtch
jmp rmodeswtch_end
</code> Root device is (9, 0) Boot sector 512 bytes. Setup is 2635 bytes. System is 598 kB
Unfortunately my knowledge in x8x assembly language and the boot process are infinitesimally small, so no luck here.
I guess these warnings are just about marginal code.
cheers Erich
THINK P�ntenstrasse 39 8143 Stallikon mailto:[EMAIL PROTECTED] PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf
_______________________________________________ leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
