Quincy Center for Technical Education
Computer Technology Department
Power On Self Test
- Power On Self Test (POST)
- CPU Register reset to F000
- This Counter reset is the address of the of the BOOT program stored in ROM chips that
contain the Basic Input/Output System (BIOS)
- This invokes a series of system checks known as the POST
- The system sends signals over the system BUS -checks to see if they are all functioning.
- POST runs a series of test on the RAM chips (counting bytes)
- The CPU checks to make sure a keyboard is connected and if any keys have been pressed.
- POST sends signals to other paths on the BUS to any drives.
- These signals are checked against the CMOS (battery keeps CMOS from forgetting) setup data.
- Some expansion boards have their own BIOS, in that case that code is recognized (VIDEO or
Disk controllers) Returns a single beep if system is OK. See error codes.
- Now the system is loaded. IO.SYS first.
- CONFIG.SYS is loaded (device drivers)
- MSDOS.SYS is then loaded.
- COMMAND .COM is loaded (the command interpreter)
- AUTOEXEC.BAT is then run (other devices and programs TSRs)