GRUB again

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
dozzer

GRUB again

Post by dozzer »

Again about GRUB.
Ok, it can load modules with kernel. How can i
know where the modules located in memory? Can i
do following:
1. load init (let GRUB think that it is kernel)
2. load kernel and modules as modules
Grub jumps to init, init links modules and kernel,
then jumps to kernel.
Where are modules located? How to obtain this information?
Is this scheme possible?
dozzer

RE:GRUB again

Post by dozzer »

>On 2002-03-10 05:36:14, dozzer wrote:
>Again about GRUB.
>Ok, it can load modules with kernel. How can i
>know where the modules located in memory? Can i
>do following:
>1. load init (let GRUB think that it is kernel)
>2. load kernel and modules as modules
>Grub jumps to init, init links modules and kernel,
>then jumps to kernel.
>Where are modules located? How to obtain this information?
>Is this scheme possible?
I found http://www.mcc.ac.uk/grub/multiboot_4.html.
Now it is all clear for me.
Post Reply