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?
GRUB again
RE:GRUB again
>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.
>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.