How Important Is A Bootstrap Program in The Computer System?
How Important Is A Bootstrap Program in The Computer System?
Assignment#2
Operating Systems
1. How important is a bootstrap program in the computer system?
Bootstrapping is the process of loading a set of instructions when a computer is first
turned on or booted. During the startup process, diagnostic tests are performed,
such as the power-on self-test (POST), that set or check configurations for devices
and implement routine testing for the connection of peripherals, hardware and
external memory devices. The bootloader or bootstrap program is then loaded to
initialize the OS.
Typical programs that load the OS are:
GNU Grand Unified Bootloader (GRUB): A multiboot specification that allows the
user to choose one of several OSs
NT Loader (NTLDR): A bootloader for Microsoft’s Windows NT OS that usually runs
from the hard drive
Linux Loader (LILO): A bootloader for Linux that generally runs from a hard drive or
floppy disc
Network Interface Controller (NIC): Uses a bootloader that supports booting from a
network interface such as Etherboot or pre-boot execution environment (PXE)
Prior to bootstrapping a computer is said to start with a blank main memory. The
bootstrap allows the sequence of programs to load in order to initiate the OS. The
OS is the main program that manages all programs that run on a computer and
performs tasks such as controlling peripheral devices like a disc drive, managing
directories and files, transmitting output signals to a monitor and identifying input
signals from a keyboard.
Bootstrap can also refer to preparing early programming environments
incrementally to create more complex and user-friendly programming environments.
For example, at one time the programming environment might have consisted of an
assembler program and a simple text editor. Over time, gradual improvements have
led to today's sophisticated object-oriented programming languages and graphical
integrated development environments (IDEs).