Penguin
Annotated edit history of BIOS version 4, including all changes. View license author blame.
Rev Author # Line
4 AristotlePagaltzis 1 An [Acronym] for __B__asic [I/O] __S__ystem.
1 KevinGeorge 2
4 AristotlePagaltzis 3 The [BIOS] is the first piece of code executed at powerup of a [PC], used to load and execute an OperatingSystem. It does things like update [CPU] microcode, set up the [PCI] and [ISA] busses, initialize the [IDE] and keyboard controllers, etc.
1 KevinGeorge 4
4 AristotlePagaltzis 5 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].
1 KevinGeorge 6
4 AristotlePagaltzis 7 If you are interested in programming using services provided by the [BIOS], you may want to look for Ralph Brown's Interrupt list.
1 KevinGeorge 8
4 AristotlePagaltzis 9 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...
2 JohnMcPherson 10
4 AristotlePagaltzis 11 See also: OpenFirmware