Error 13: Invalid or Unsupported executable format

2007-08-24 Thread KDP kdp
I am using Grub 0.95 / 0.97 I get the following error, when i try to boot the kernel. This is a kernel that i am working on. Error 13: Invalid or unsupported executable format Actually this kernel that use to be booted by some proprietary boot loader. now i want grub to boot this. I have modified

Invalid or unsupported executable format

2003-09-24 Thread Peter Wiehe
I have written a (very!) minimal test kernel testkern.asm (for NASM), trying to go really to the sceleton of multiboot. The problem with this test kernel is: mbchk says okay. But GRUB bootloader complains. --Error message of Grub bootloader:- Error 13: Invalid or unsupported

invalid or unsupported executable format

2001-04-28 Thread Erik Thiele
sais it is ok. if you load it onto bootdisk with grub, then grub sais: Error 13: invalid or unsupported executable format. if you now edit game.c and add a /* before video_setcolor(10,255,0,0); and a */ at the end of the game() function recompile install, run, everything ok. you will see colorful

Re: invalid or unsupported executable format

2001-04-28 Thread Erik Thiele
with grub, then grub sais: Error 13: invalid or unsupported executable format. if you now edit game.c and add a /* before video_setcolor(10,255,0,0); and a */ at the end of the game() function recompile install, run, everything ok. you will see colorful boxes centered into each other