Boot Process Definitions
Device Manger
A feature in the operating system that lets you view and change the properties of all devices attached to your computer
Basic Input/Output Systems (BIOS)
A program that manages the exchange of data between the operating system and all the input and output devices attached to the system. Also responsible for loading the operating system from its permanent location on the hard drive tot he random access memory (RAM)
Registry
Contains all of the different configurations (settings) used the the operating system as well as by other applications
Boot Process (or start-up process)
Process for loading the operating system into random access memory (RAM) when the computer is turned on.
Kernel (or supervisor program)
The essential component of the operating system, responsible for managing the processor and all other components of the computer system. Because it stays in random accesses memory (RAM) the entire time your computer is powered on, the kernel is called memory resident
Power-On Self-Test (POST)
The first job the basic input/output system (BIOS) performs, ensuring that essential peripheral devices are attached and operational. This process consists of a test on the video card and video memory, a BIOS identification process (during which the BIOS version, manufacturer, and data are displayed on the monitor) and a memory test to ensure that memory chips are working properly.
System files
The main files of the operating system.
Last known good configuration
The registry information that was saved during the last shutdown; used to start your computer if Windows detects a problem in the boot process
Authentication
The verification of your login name and password; part of step 4 in the boot process