Penguin

Differences between version 3 and revision by previous author of BIOS.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 3 Last edited on Tuesday, November 2, 2004 8:43:24 am by JohnMcPherson Revert
Older page: version 1 Last edited on Friday, February 21, 2003 2:31:38 am by KevinGeorge Revert
@@ -1,9 +1,12 @@
 Basic Input Output System. 
  
-The BIOS is the part of a PC used to get from the point of powering on the computer to beginning to execute an OS. It does things like update CPU microcode, setup the PCI and ISA busses, initialize the IDE and keyboard controllers, etc. 
+The BIOS is the part of a PC used to get from the point of powering on the computer to beginning to execute an OS. It does things like update [ CPU] microcode, setup the [ PCI] and [ ISA] busses, initialize the [ IDE] and keyboard controllers, etc. 
  
-There are also BIOS services provided to programmers to do things like access the disk and display things on the screen, but those aren't really used much outside of DOS.
+There are also BIOS services provided to programmers to do things like access the disk and display things on the screen, but those aren't really used much outside of [ DOS]
  
 If you are interested in programming using services provided by the BIOS, you may want to look for Ralph Brown's Interrupt list. 
  
-The BIOS usually has a built in utility for configuring features of the motherboard chipset. This would include things like setting the time, telling it which IDE devices you want to enable (and possibly what they are), whether or not you have a floppy drive, access timings for RAM and busses , etc.. 
+The BIOS usually has a built in utility for configuring features of the motherboard chipset. This would include things like setting the time, telling it which IDE devices you want to enable (and possibly what they are), whether or not you have a floppy drive, access timings for [ RAM] and [Bus]ses , etc...  
+  
+----  
+See also OpenFirmware, [I/O]