The bootstrap loader #BIOS#what is BIOS?#Basic Input Output System.

The bootstrap loader is a small but very important part of the OS which is permanently stored in ROM.

When the computer is first switched on the bootstrap loader starts to run.

It checks the RAM and input/output devices to make sure that they are working and then locates the OS on backing storage, usually on Hard disk but could be on CD or even a memory stick.

It then loads the OS into RAM and the OS takes over control.

Leave a comment