Page 2 of 2

Re:x64 gcc: kernel binary grows up to 1MB

Posted: Fri May 19, 2006 9:11 am
by Candy
Guest wrote: I played a bit with the starting addresses.
I found out that if i link the elf file to 1MB align addresses such
as 0x100000, 0x200000... the file will be 1MB
If i link the file to 0x200100 i get a 1.32kb output file.

Why ??
What if you put it at 0x1FFF00 ?