Thats not NPOV |
My main reservation about the bits I cut out are: a) It views BIOS just a the PC BIOS everyone initially thinks of b) I'm not sure of its NPOV c) BIOS'es (in the PC ROM sense) are more like bootstrap roms than anything else, as most OS'es don't even use low level BIOS routines anymore. |
Although BIOS technology helped to create a standard hardware platform for commodity operating systems, it also hindered the PC architecture.
Thats not NPOV
Read-Only Memory (ROM) chips are much slower to read than Random Access Memory (RAM). True. See later.
The storage capability of a ROM is also an issue, computer programs placed in ROM must be small and limited in features. In addition, BIOS code is a guarded trade secret, and the handful of vendors are often obfuscated their BIOS code to protect it from reverse-engineering. As technology advances, the features and functionalities built into the BIOS code begin to remove most of the limitations, or provide a workaround for them.
Most systems these days copy the BIOS code from the slow ROM into the faster RAM. Known as shadow RAM... done to speed up the BIOS routines.
The latest BIOS code support Plug and Play hardware components and Operating Systems, making system configuration much easier. Also, more and more manufacturer's license BIOS technology and optimize it to work with their components or systems.