Re: kernel boot procedure

2012-03-05 Thread Vladimir Murzin
al root file system that is mounted > prior to when the real root file system is available. The initrd is bound to > the kernel and loaded as part of the kernel boot procedure. The kernel then > mounts this initrd as part of the two-stage boot process to load the modules > to make the re

Re: kernel boot procedure

2012-03-05 Thread beyond.hack
. The initrd is bound to the kernel and loaded as part of the kernel boot procedure. The kernel then mounts this initrd as part of the two-stage boot process to load the modules to make the real file systems available and get at the real root file system.* We were just at BIOS->MBR->bootloader

Re: kernel boot procedure

2012-03-04 Thread SaNtosh kuLkarni
I guess this is wot u r looking for ..not sure thou.. initial RAM filesystem is bsasically a ramfs which is loaded by the boot loader (loadlin or lilo) and that is mounted as root before the normal boot procedure is done and is typically used to load modules needed to mount the original root f

Re: kernel boot procedure

2012-03-04 Thread Vladimir Murzin
Hi! Have a look at Coreboot project [1]. I think you'll find it interesting ;-) [1] www.coreboot.org Best wishes, Vladimir Murzin -Original Message- From: "beyond.hack" Sender: kernelnewbies-boun...@kernelnewbies.org Date: Sun, 4 Mar 2012 19:17:12 To: Subject:

Re: kernel boot procedure

2012-03-04 Thread beyond.hack
So can i say that after the initiallisation that the bios do, the bios code can access all the peripherals completely??? 1..I mean that from the bios code only,, can i acess the harddisk completely..specifically the kernel bcz. If i have accessed the MBR in harddisk, so can i access the remaining

Re: kernel boot procedure

2012-03-03 Thread Manavendra Nath Manav
On Sun, Mar 4, 2012 at 2:46 AM, beyond.hack wrote: > ***        when bootloader in bios executes its code, it do POST and other > things...then as I read from somewhere  kernel does initrd to load some > basic modules so as to mount the root file system and then removes the > initrd fs. > (srr

Re: kernel boot procedure

2012-03-03 Thread beyond.hack
***when bootloader in bios executes its code, it do POST and other things...then as I read from somewhere kernel does initrd to load some basic modules so as to mount the root file system and then removes the initrd fs. (srry my mistake) ___

kernel boot procedure

2012-03-03 Thread beyond.hack
hello experts,, I am starting out and heavily *confused* for the part of linux kernel boot:: *(plz. do rectify me at all the wrong places)* when bootloader in bios executes its code, it do POST and other things...then as I read from somewhere kernel does initrd to load some basic modules