Re:x64 gcc: kernel binary grows up to 1MB
Posted: Fri May 19, 2006 9:11 am
What if you put it at 0x1FFF00 ?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 ??