Using GRUB

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
CoolnessItself

Using GRUB

Post by CoolnessItself »

How do I get and use grub as a bootloader?
Any simple example kernels using grub?
Whatever5k

Re:Using GRUB

Post 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.
Post Reply