- initialize the RAM and other essential subsystems
- initialize whatever is needed to access mass storage devices
- copy X bytes from a specific location on a specified mass storage device into RAM
- set the instruction pointer on the copied data
Everything else is the OS job. Even the BIOS does too much.
- initialize the RAM and other essential subsystems
- initialize whatever is needed to access mass storage devices
- copy X bytes from a specific location on a specified mass storage device into RAM
- set the instruction pointer on the copied data
Everything else is the OS job. Even the BIOS does too much.