<%@ include file="/includes/menu.jsp" %>
<%@ include file="/includes/motherboardheader-small.jsp" %>
<%@ include file="/includes/biosagentpurchase.jsp" %>
<%@ page import = "be.barefeetmedia.breadcrumb.*" %>
<%@ page import = "java.util.*" %>
<%
BreadcrumbLink home = new BreadcrumbLink("Home", "/");
BreadcrumbLink faq = new BreadcrumbLink("BIOS FAQ", "/faq.jsp");
List
breadcrumbLinksList = new ArrayList();
breadcrumbLinksList.add(home);
breadcrumbLinksList.add(faq);
request.setAttribute("breadcrumbLinks", breadcrumbLinksList);
%>
<%@ include file="/ad/googleresponsive.jsp" %>
<%@ include file="/includes/subscribeemaillist-sendy.jsp" %>
<%@ include file="/includes/fastsecurestable-webhosting.jsp" %>
<%@ include file="/ad/googlebigrectangle.jsp" %>
When you turn on your computer, several events occur
automatically:
- The CPU "wakes up" (has power) and reads the x86
code in the BIOS chip.
- The code in the BIOS chip runs a series of tests, called the
POST for Power On Self Test, to make sure the system devices are working correctly.
In general, the BIOS:
- Initializes system hardware and chipset registers
- Initializes power management
- Tests RAM (Random Access Memory)
- Enables the keyboard
- Tests serial and parallel ports
- Initializes floppy disk drives and hard disk drive controllers
- Displays system summary information
- During POST, the BIOS compares the system configuration data
obtained from POST with the system information stored on a CMOS - Complementary
Metal-Oxide Semiconductor - memory chip located on the motherboard. (This CMOS chip,
which is updated whenever new system components are added, contains the latest information
about system components.)
- After the POST tasks are completed, the BIOS looks for the
boot program responsible for loading the operating system. Usually, the BIOS looks on the
floppy disk drive A: followed by drive C:.
- After being loaded into memory, the boot program then loads
the system configuration information (contained in the registry in a Windows
environment) and device drivers.
- Finally, the operating system is loaded, and, if this is a
Windows environment, the programs in the Start Up folder are executed.
Go back to our BIOS FAQ.
<%@ include file="/includes/googlesearch.jsp" %>
<%@ include file="/includes/footer.jsp" %>
<%@ include file="/includes/javascript.jsp" %>