Modules in GRUB
- AndrewAPrice
- Member
- Posts: 2309
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Modules in GRUB
Does any one have any good documentation or examples for loading modules within grub? Where does grub load the modules?
My OS is Perception.
- Combuster
- 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:
grub loads the modules somewhere in memory, then passes you the pointers through the multiboot structure
details here
details here
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Yeah the modular abilities of grub are quite neat.. nice forum software btw Andrew275Andrew275 wrote:GRUB modules are really nice.. I use them to load critical drivers like the driver(s) for the drive my OS is booting from, the appropriate filesystem driver, and the console driver. That way, none of them have to be hardcoded into the kernel.