GRUB Legacy: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
mNo edit summary
No edit summary
Line 62:
 
Now all we have to do is to compile a kernel image and save it as /boot/kernel.bin. GRUB will find, load, and start it. For more details, menu options etc., refer to the GRUB manuals.
 
==OsDev's GRUB microFAQ==
A few Commonly-answered questions are available in [[Tutorial:Bare bones|Bare bones]].
 
==Advanced stuff with GRUB==
# [http://www.osdev.org/phpBB2/viewtopic.php?t=9548 Switching back to real mode from GRUB]
# [http://www.osdev.org/phpBB2/viewtopic.php?t=9586 Setting boot-time graphic video mode with GRUB]
 
==Network booting with GRUB==
Line 118 ⟶ 111:
 
==Other Loaders that are multiboot-compliant==
Chris Giese's [http://my.execpc.com/~~geezer/temp/mbload.zip MBload] also works with multiboot-compliant kernels. Check out [http://www.osdev.org/phpBB2/viewtopic.php?t=8549 related thread] for more info.
 
==See Also==
===Tutorials===
*[[Bare bones]]
 
===Threads===
# *[http[Topic://www.osdev.org/phpBB2/viewtopic.php?t=9548 |Switching back to real mode from GRUB]]
# *[http[Topic://www.osdev.org/phpBB2/viewtopic.php?t=9586 |Setting boot-time graphic video mode with GRUB]]
 
===External Links===
 
==Other GRUB resources==
*[http://www.gnu.org/software/grub/manual/html_node/ GRUB Manual]
*[http://www.gnu.org/software/grub GRUB Homepage]