GCC and linking
Posted: Tue Feb 25, 2003 12:39 pm
Hello again i compile code:
gcc -c kernel.c
ld kernel.o -o kernel.sys -oformat binary -Ttext 0x100000
But GRUB doesnt load it, it should be an elf format how i should input eld definition into my code?
gcc -c kernel.c
ld kernel.o -o kernel.sys -oformat binary -Ttext 0x100000
But GRUB doesnt load it, it should be an elf format how i should input eld definition into my code?