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
}
grub2 there have something error
- xenos
- Member
- Posts: 1121
- Joined: Thu Aug 11, 2005 11:00 pm
- Libera.chat IRC: xenos1984
- Location: Tartu, Estonia
- Contact:
Re: grub2 there have something error
Are you sure that your Multiboot 2 header is correct?
-
- Posts: 4
- Joined: Fri Jan 11, 2013 1:59 am
Re: grub2 there have something error
I completely mimic tutorial onXenOS wrote:Are you sure that your Multiboot 2 header is correct?
- xenos
- Member
- Posts: 1121
- Joined: Thu Aug 11, 2005 11:00 pm
- Libera.chat IRC: xenos1984
- Location: Tartu, Estonia
- Contact:
Re: grub2 there have something error
This does not answer my question.
Have you checked yourself that the Multiboot 2 header is correct?
Have you checked yourself that the Multiboot 2 header is correct?