Initialisation of OS Flashcards
1
Q
How is the computer organised?
A
CPU and IO device operation overlaps.
All devices are connected to a device controller
2
Q
What is EEPROM
A
- Basic Input-Output System
- Initialisation of memory and controllers
- Loads bootloader from disk
3
Q
Bootloader
A
Finds OS kernel image on disk and loads it into memory and executes
4
Q
The kernel is loaded and executing
A
Initialises in-kernel structures
Starts the init process and any needed utilities, waits for something to happen (interrupts)