[1.2.1] | 6: Drivers, BIOS & VMs Flashcards
1
Q
What is a Device Driver?
A
• A program that controls the operation of a specific hardware peripheral device.
2
Q
A
3
Q
What is BIOS?
A
• Basic Input Output System
• Initialises hardware and loads the OS into RAM before it hands over control
4
Q
Where is BIOS stored?
A
• Non-volatile flash memory so it can be updated
5
Q
How does the boot sequence work?
A
• Loads settings
• Carries out power-on tests to ensure hardware works (Reports any errors)
• Finds OS
• Runs bootstrap loader
• Hands control to the OS