Bootstrap loader

6,406 views 4 slides May 16, 2017
Slide 1
Slide 1 of 4
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4

About This Presentation

A Brief expanation on bootstrap loading.


Slide Content

Bootstrap loader  can be called as bootloader , bootstrapping or boot-program.

BOOTLOADER  The term bootstrap comes from the old phrase ‘Pull yourself up by your bootstraps’.  A boot loader is a computer program that loads an operating system or some other system software for the computer after completion of the power-on self-tests .  I t is the loader for the operating system itself. Within the hard reboot process, it runs after completion of the self-tests, then loads and runs the software into memory.  resides in the computer's EPROM, ROM , or other non-volatile memory.

Steps in booting process :- When the computer power is turned on,the cpu initializes itself. On initialization of cpu,it looks in BIOS for start in first program. Its first instruction is to POST. POST checks all connected hardwares such as RAM ,secondary devices are working properly. Upon this process,if it concludes true then BIOS reads MBR on hard disk. Now BIOS loads MBR into RAM and then starts executing the boot program present in MBR.

Booting process