CPU Power On Self Test (POST)
EVERY PART of a PC must be functioning to truly process data into information!
When you turn on your computer the boot process performs the "POST" test after
the ROM BIOS is loaded into memory:
The "POST" tests are made to determine if all its parts are in working order.
The POST process consists of checking each of the following parts of the
computer:
- CPU
- Power System
- Speaker
- Disk Drives
- Monitor
- Keyboard
- Memory
- etc.
The POST process is responsible for the "beeps" you hear when booting, and also
the messages the error messages such as:
"keyboard error press to continue for setup"
ROM BIOS program starts the POST tests using permanent records stored on
chips and the steps are:
- The CPU to checks itself and the POST programs.
- Sends signals over the system bus to all devices to make sure they
are working.
- The "kernal" and the timing are checked.
- Memory on the display adapter is tested, and the adapter's BIOS
code is made a part of the system's BIOS and memory configuration.
- RAM is tested to make sure all RAM chips are working properly.
- Checks to see the keyboard is working properly.
- Checks to see if the Disk Drives are working.
- Compares the results of the POST tests against CMOS to see if
what it found matches the CMOS setup record.
- Finds devices that have their own BIOS and includes it in the
system BIOS.
- Newer systems may run a "Plug and Play (PnP) operation.
If everything in the POST worked, the PC is now going to load the operating
system.
RETURN
Basic PC Components