GRUB modules, vbe, boot_device

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.
Locked
User avatar
Jeko
Member
Member
Posts: 500
Joined: Fri Mar 17, 2006 12:00 am
Location: Napoli, Italy

GRUB modules, vbe, boot_device

Post by Jeko »

I use GRUB to manage boot of my operating system.

The only things I can't understand are:
1 - How to load modules with GRUB? (I want to load the driver for the boot device, and the driver for the root filesystem)
2 - How to make GRUB enter a specific video mode with VBE?
3 - How can I know the boot device?
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling

http://sourceforge.net/projects/jeko - Jeko Operating System
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: GRUB modules, vbe, boot_device

Post by Combuster »

For the so-many-th time, RTFM.

And watch out since you already got an official warning for never doing your homework.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Locked