The 1st period: the CPU executes instructions from some start address (stored in Flash ROM)
- BIOS: FInd a storage device and load first sector.
- Bootloader: Load the OS kernel from disk into a location in memory and jump into it.
- OS Boot: Initialize services, drivers, etc.