hello friends, i need to know about boot loader and kernel in deep from its basic. i search the google and got a lot of links... but i need to find the good ones. if you pals have any docs or video or htmls share with me.....
thanks in advance
hello friends, i need to know about boot loader and kernel in deep from its basic. i search the google and got a lot of links... but i need to find the good ones. if you pals have any docs or video or htmls share with me.....
thanks in advance
Kernel is the core code component of the operating system. It is used to interact with the hardware and provides an interface for application software. Read wikipedia here for detailed info.
Details vary from platform to platform, but in general the following steps represent the boot process.
To do this, it must understand the file system and directory format, which is the case with some bootloaders such as GRUB BootloaderGRandUnified.
Other popular bootloaders, such as Intel’s LILO, do not rely on any specific filesystem. Instead, they need a block map, and low-level addresses, which describe physical sectors, heads, and cylinders, to find the relevant sectors to be loaded.