How do I get and use grub as a bootloader?
Any simple example kernels using grub?
Using GRUB
Re:Using GRUB
Have a look at http://www.washingdishes.freeuk.com/grubtut.html and http://osdev.berlios.de/grub.html. This should help you a lot. There are also code examples, so no questions should be left.
Your kernel file MUST have a Multiboot header, so that GRUB can load it. Also, it must be loaded above 1MB.
Your kernel file MUST have a Multiboot header, so that GRUB can load it. Also, it must be loaded above 1MB.