April 2014
Beginner
534 pages
14h 4m
English
There are three steps from power-up to the main function, and they are designated to load the operating system (OS) from a boot disk and prepare for the main function. The first step is to load the BIOS (Basic Input/Output System), build the interrupt vector table, and start interrupt service routines in real address mode. The second step is to load the OS program from the boot disk into the memory using the interrupt service routines. The third step is to complete any other preparation to run the 32-bit main function. This chapter describes how these three steps work in the computer.
Tip:
The real address mode is designed to be compatible with Intel 80286 and 80x86. It has a 20-bit memory address space (2 ...
Read now
Unlock full access