We are still actively working on the spam issue.

Difference between revisions of "BIOS"

From InstallGentoo Wiki
Jump to: navigation, search
m (category:terms)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A '''BIOS''' is an embedded service within the computer's Firmware that controls the Operating System communication with the physical hardware.
+
The '''BIOS''' (Basic Input/Output System) is firmware contained in a computer's motherboard which is in charge of hardware initialization in the booting process and providing services to the operating system and programs running within. The first BIOS was invented as a pre-running program for [[CP/M]]. Currently, the IBM BIOS (made for the IBM PC) is the world standard. It has been revised many times due to limitations. A successor to BIOS is [[UEFI]]. BIOS is now called by some Legacy BIOS.  
  
 
== See also ==
 
== See also ==
[[LibreBoot]] - A FLOSS alternative to a BIOS
+
[[Libreboot]] - A distribution of Coreboot which eliminates proprietary blobs completely
  
[[CoreBoot]] - A Fork of LibreBoot, which includes [[proprietary]] blobs
+
[[Coreboot]] - A FLOSS alternative to a BIOS, which includes [[proprietary]] blobs
  
 
[[Category:Operating systems]]
 
[[Category:Operating systems]]
 
[[Category:Terms]]
 
[[Category:Terms]]

Revision as of 05:30, 27 March 2019

The BIOS (Basic Input/Output System) is firmware contained in a computer's motherboard which is in charge of hardware initialization in the booting process and providing services to the operating system and programs running within. The first BIOS was invented as a pre-running program for CP/M. Currently, the IBM BIOS (made for the IBM PC) is the world standard. It has been revised many times due to limitations. A successor to BIOS is UEFI. BIOS is now called by some Legacy BIOS.

See also

Libreboot - A distribution of Coreboot which eliminates proprietary blobs completely

Coreboot - A FLOSS alternative to a BIOS, which includes proprietary blobs