Problem Statement
What is a bootstrap program in an OS context?
Explanation
The bootstrap program is the initial code run when a machine starts (after BIOS or firmware). It loads the operating system kernel into memory and starts execution of the OS.
