GRUB
Posted: Wed Oct 19, 2005 9:08 am
Hello again ;D
When I try to load my OS using GRUB, it says:
Error 13: Invalid or unsupported executable format
Does there has to be some code(multiboot header) in my kernel? If it does, what code does there has to be? I'm using NASM for my kernel.asm, and from kernel.asm I jump to C code(kernel.c).
And does my linker file(ld) will has to be changed as well?
Thanks
When I try to load my OS using GRUB, it says:
Error 13: Invalid or unsupported executable format
Does there has to be some code(multiboot header) in my kernel? If it does, what code does there has to be? I'm using NASM for my kernel.asm, and from kernel.asm I jump to C code(kernel.c).
And does my linker file(ld) will has to be changed as well?
Thanks