Page 1 of 1

Using GRUB

Posted: Sat Aug 31, 2002 6:13 pm
by CoolnessItself
How do I get and use grub as a bootloader?
Any simple example kernels using grub?

Re:Using GRUB

Posted: Sun Sep 01, 2002 1:48 am
by Whatever5k
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.