|
ROM BIOS - Basic Input Output System - The BIOS is built-in software that determines what a computer can do without accessing programs from a disk. On PCs the BIOS contains all the code required to control the keyboard, display screen, disk drives, serial communications, and a number of miscellaneous functions. PnP features are built into modern BIOS chips. EEPROM - (take a deep breath) Electrically Erasable Programmable Read Only Memory - Flash ROM. Read Only Memory that is able to be modified (reprogrammed) while remaining in the system. Two basic form factors:
These may be socketed or soldered to MOBO
Memory use
BIOS manufacturers
BIOS Main Features - Very A+
BIOS programs – drivers that help the system deal with hardware devices
POST - Power On Self Test One type of BIOS software, called the POST, helps test your computer each time you "power it on". This software’s job is to "talk to" parts of the computer to find out if they are all working correctly.
Great for catastrophic mobo events.
Feedback: - Very A+
BOOTSTRAP LOADER Bootstrap loader - a microcomputer's ROM BIOS chip contains instructions to search for the operating system, load it, and pass control to it. "Bootstraps" help you get your boots on. Running the bootstrap loader, or booting the computer, helps the computer get its first instructions.
CMOS - battery-powered (rated in nano-amps) memory to hold the date, time, and system setup parameters. Usually located with the real-time clock in the motherboard chipset or in a separate real-time clock chip. CMOS setup - allows editing of CMOS parameters. Keystroke roulette - Del, F1, F2, CTRL-ESC…
Misc. CMOS Settings A+ stuff - defaults, CPU, Port, floppy, hard drive, memory timings and parity, boot sequence, date/time, disabling virus check, disabling devices, power management, infrared, and passwords. Very A+
Interesting CMOS Settings Plug and Play Aware O/S When set to YES, BIOS will only initialize the PnP cards used for booting (VGA, IDE, SCSI). The rest of the cards will be initialized by the PnP operating system like Windows ® 98 or ME. When set to NO, BIOS will initialize all the PnP cards. Select Yes if the operating system is Plug & Play aware but does not use ACPI (advanced configuration power interface) to do it (Win2K or better).
Clear NVRAM or ESCD data The ESCD (Extended System Configuration Data) NVRAM (Non-volatile Random Access Memory) is where the BIOS stores resource information for both PNP and non-PNP devices. When this menu item is set to Yes, the system will reset ESCD NVRAM right after the system is booted up and then set the setting of the item back to No automatically. If your system doesn’t have this option, move a PCI card to another slot. That sets up the same chain of events.
Password protecting your system Clearing the CMOS
Software "killers" - KILLCMOS or BIOS killer For the DOS elite - the following is a DEBUG command that works in DOS that can remove the BIOS password. Boot the computer with a DOS boot disk or and disk that has DEBUG.COM on it.
At the DOS prompt type, DEBUG. This will give you a prompt that looks like a dash. Type the following: o 70 17 |
Edited (2003) By Vlad Magero