Outline the process a PC follows once it has been switched on?

Authors Avatar

D J Wade        Configuring Computer                 Assignment 1

        CIT122

Tasks

1)        Outline the process a PC follows once it has been switched on?

You need to discuss the POST, loading of the operating system and how the memory (RAM) is utilized during the initial start up process.

The systems Basic Input/Output System (BIOS), which is machine code and located in Read Only Memory (ROM) on the motherboard.  It is placed in ROM because it has the attribute of holding data when power is removed.  When power is supplied (PC switched on) there is a temporarily delay while the system waits until a reliable power supply is generated, to prevent damage to the more delicate components.  The chip set generates a reset signal to the processor (similar to that of the reset button on a PC’s case) until the “power good” signal is received from the power supply.  Once the power is applied, the processor can now start executing, but there is a problem in that when the system was switched off, Random Access Memory (RAM) can no longer hold its data, thus wiping RAM clean.  So when the processor initialises after being switched off, it is as though it is suffering from amnesia.  To solve this problem manufacturers pre-program the processor to look in the system BIOS ROM for the start of the boot sequence.  The boot program is located normally in location fff0h, which is at the end of system memory.  It is placed there so that ROM can be changed with out causing compatibility problems.  This however, leaves only 16 bytes of memory, which will only contain a “jump” instruction to the next larger instruction acting like a catalyst to the systems regaining its memory and functions.


Memory Map shows the system BIOS at the end of system memory.

The system now checks itself by conducting a built in diagnostic test called “Power-On Self Test” also known as POST.  The POST tests the vital system components, as a doctor would check patient’s vitals during the first part of a full examination.  The test is only checking the vital elements of the system and runs very quickly, only stopping the process if a problem is encountered.  Most of the errors encountered by the POST are fatal, because generally they are major components.  Many of the errors are conveyed to the user via a series of beeps.  As the test is at the very beginning of the boot process the video output is not yet activated.  The various meanings of the beeps will depend on the manufacturer of the BIOS chip.  As the system BIOS is small it can only hold data for its own execution and not for other devices.  Therefore it actively seeks other devices BIOS’s to execute.  This explains why a PC may have more than just one BIOS.  The first device BIOS to be located is the video card, which has its very own built in BIOS, this in now executed to initialise the video card.  Other BIOS’s are now located and executed.  

The BIOS now displays the following:

Join now!
  • The BIOS Manufacturer and version number.
  • The BIOS date.
  • Setup program key.
  • System logo.
  • The “Energy Star” logo.
  • BIOS serial number.

The BIOS continues to conduct tests, which include the memory count test and “system inventory” test.  If the BIOS supports the “plug and play” standard, it will detect and configure the relevant devices and display a message on the screen for each one it finds.  A long with this message is a system configuration display; exactly what is contained in this summary will depend on the BIOS and system.

The BIOS has now completed its testing process ...

This is a preview of the whole essay