Welcome to coreboot: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Add list of payloads as extra section.) |
||
Line 2: | Line 2: | ||
<div style="margin-top:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#efefff; align:right; border:1px solid #aabbcc;"> | <div style="margin-top:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#efefff; align:right; border:1px solid #aabbcc;"> | ||
'''coreboot''' (formerly known as LinuxBIOS) is a Free Software project aimed at replacing the proprietary BIOS (firmware) you can find in most of today's computers. | '''coreboot''' (formerly known as LinuxBIOS) is a Free Software project aimed at replacing the proprietary BIOS (firmware) you can find in most of today's computers. It performs just a little bit of hardware initialization and then executes a so-called [[Payloads|payload]]. | ||
It performs just a little bit of hardware initialization and then executes a so-called [[Payloads|payload | |||
</div> | </div> | ||
{| cellspacing=5 cellpadding=5 border=0 valign="top" width=100% | {| cellspacing=5 cellpadding=5 border=0 valign="top" width=100% | ||
|- | |- | ||
|style="vertical-align:top"| | |style="vertical-align:top"| | ||
'''<span style="font-variant:small-caps;">[[Benefits]]</span>''' | '''<span style="font-variant:small-caps;">[[Benefits]]</span>''' | ||
<hr /> | <hr /> | ||
<small> | <small> | ||
* 100% Free Software (GPL), no royalties, no license fees! | * 100% Free Software (GPL), no royalties, no license fees! | ||
* Fast boot times (3 seconds | * Fast boot times (3 seconds to Linux console) | ||
* Avoids the need for a slow | * Avoids the need for a slow/buggy/proprietary BIOS | ||
* Runs in 32-Bit protected mode almost from the start | * Runs in 32-Bit protected mode almost from the start | ||
* Written in C, contains virtually no assembly code | * Written in C, contains virtually no assembly code | ||
Line 22: | Line 19: | ||
</small> | </small> | ||
|style="vertical-align:top"| | |style="vertical-align:top"| | ||
'''<span style="font-variant:small-caps;">[[Use Cases]]</span>''' | '''<span style="font-variant:small-caps;">[[Use Cases]]</span>''' | ||
<hr /> | <hr /> | ||
<small> | <small> | ||
Line 30: | Line 26: | ||
* Set-Top-Boxes, thin clients | * Set-Top-Boxes, thin clients | ||
* Embedded solutions, appliances, terminals | * Embedded solutions, appliances, terminals | ||
* [http://en.wikipedia.org/wiki/Small_form_factor Small form factor computers], [http://en.wikipedia.org/wiki/Home_theater_PC Home-theater PCs] | * [http://en.wikipedia.org/wiki/Small_form_factor Small form factor computers], [http://en.wikipedia.org/wiki/Home_theater_PC Home-theater PCs] | ||
* No-moving-parts solutions (ROM chip as " | * No-moving-parts solutions (ROM chip as "disk") | ||
* | * Non-standard scenarios (e.g. FPGA in Opteron socket) | ||
</small> | </small> | ||
|style="vertical-align:top"| | |||
'''<span style="font-variant:small-caps;">[[Payloads]]</span>''' | |||
<hr /> | |||
<table><tr style="vertical-align:top"><td> | |||
<small> | |||
* [[Linux]] | |||
* [[FILO]] | |||
* [[GRUB2]] | |||
* [[Booting Windows using coreboot|Windows]] ([[ADLO]]) | |||
* [[Booting FreeBSD using coreboot|FreeBSD]] ([[ADLO]]) | |||
* [http://openbsd.org/ OpenBSD] ([[ADLO]]) | |||
* [[memtest86]] | |||
</small> | |||
</td><td> | |||
<small> | |||
* [http://www.openbios.org/ OpenBIOS] | |||
* [http://www.openbios.org/Open_Firmware Open Firmware] | |||
* [http://www.openbios.org/SmartFirmware SmartFirmware] | |||
* [http://www.gnu.org/software/gnufi/ GNUFI] (UEFI) | |||
* [[Etherboot]] | |||
* [[Plan 9]] | |||
* [[coreinfo]] | |||
</small> | |||
</td></tr></table> | |||
|} | |} | ||
<hr /> | <hr /> |
Revision as of 20:23, 25 March 2008
coreboot (formerly known as LinuxBIOS) is a Free Software project aimed at replacing the proprietary BIOS (firmware) you can find in most of today's computers. It performs just a little bit of hardware initialization and then executes a so-called payload.
|
Contact
|