0%

OS Boot

The 1st period: the CPU executes instructions from some start address (stored in Flash ROM)

  1. BIOS: FInd a storage device and load first sector.
  2. Bootloader: Load the OS kernel from disk into a location in memory and jump into it.
  3. OS Boot: Initialize services, drivers, etc.