grub2 there have something error
Posted: Sat Feb 16, 2013 8:34 am
Hi !!
I saw this tutorial http://wiki.osdev.org/64-bit_Higher_Hal ... ith_GRUB_2
but there have some runtime error code
error: unsupported tag: 0x8
error: you need to load the kernel first
this is the grub.cfg, as same as the tutorial
set timeout=1
set default=0
menuentry "myOS" {
multiboot2 /boot/kernel.sys
boot
}
I saw this tutorial http://wiki.osdev.org/64-bit_Higher_Hal ... ith_GRUB_2
but there have some runtime error code
error: unsupported tag: 0x8
error: you need to load the kernel first
this is the grub.cfg, as same as the tutorial
set timeout=1
set default=0
menuentry "myOS" {
multiboot2 /boot/kernel.sys
boot
}