< Operating Systems

Overview

Search for Booting on Wikipedia.

After powering on, the first series of steps a computer goes through is known as booting. During the boot process, the system will load some form of startup instructions, then perform a series of common steps to prepare and load the operating system.

Common Steps

Search for CPU on Wikipedia.
Search for ROM on Wikipedia.
Search for BIOS on Wikipedia.

While each computer system has a slightly different boot process, they all go through a set of common steps, outlined below.

1) The user, an internal timer, or some other event activates the power to the system.

2) The CPU performs a self test.

3) The system loads an initial set of instructions from a Read Only Memory (ROM). On the x86 IBM/PC compatible systems, this is the BIOS.

4) The startup instructions initialize the video card (if present) or other output device and performs a series of system self tests.

5) The startup instructions locate, load, and passes control to the boot loader.

6) The boot loader initializes the system to a known state.

7) The boot loader locates, loads, and passes control to the operating system kernel or a larger boot manager like grub.

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.