Quote:
BIOS and CMOS RAM
Some people confuse BIOS with the CMOS RAM in a system. This confusion is aided by the fact that the Setup program
in the BIOS is used to set and store the configuration settings in the CMOS RAM. They are, in fact, two totally separate
components.
The BIOS on the motherboard is stored in a fixed ROM chip. Also on the motherboard is a chip called the RTC/NVRAM
chip, which stands for real-time clock/nonvolatile memory. This is actually a digital clock chip with a few extra bytes of
memory thrown in.
The first one ever used in a PC was the Motorola MC146818 chip, which had 64 bytes of storage, of which 10 bytes
were dedicated to the clock function. Although it is called nonvolatile, it is actually volatile, meaning that without power,
the time/date settings and the data in the RAM portion will, in fact, be erased. It is called nonvolatile because it is
designed using complementary metal-oxide semiconductor (CMOS) technology, which results in a chip that runs on very
little power. A battery in the system, rather than the AC wall current, provides that power. This is also why most people
incorrectly call this chip the CMOS RAM chip; although not technically accurate, that is easier to say than the
RTC/NVRAM chip. Most RTC/NVRAM chips run on as little as one microamp (millionth of an amp), so they use very little
battery power to run. Most last five years before the lithium battery runs out and the information stored gets erased. Some
systems use a Dallas Semiconductor RTC/NVRAM chip (such as the DS12885 and DS12887) that also contain the
battery.
When you enter your BIOS Setup, configure your hard disk parameters or other BIOS Setup settings and save them, these
settings are written to the storage area in the RTC/NVRAM (otherwise called CMOS RAM) chip. Every time your system
boots up, it reads the parameters stored in the CMOS RAM chip to determine how the system should be configured. A
relationship exists between the BIOS and CMOS RAM, but they are two distinctly different parts of the system.