Linuxbios: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The LinuxBIOS project aims to replace the BIOS of the computer. LinuxBIOS consists not as the name implies, of Linux, it consists of initialisation routines to bring the hardware into a state ready for the initial startup. Afterwards the Linux kernel or some other operating system is started.
The coreboot project (formerly known as LinuxBIOS) aims to replace the BIOS of the computer. coreboot consists not as the name implies, of Linux, it consists of initialisation routines to bring the hardware into a state ready for the initial startup. Afterwards the Linux kernel or some other operating system is started.


Not only Linux can be started, it's theoretically possible to start Windows as well (slightly more difficult), or boot over the network.
Not only Linux can be started, it's theoretically possible to start Windows as well (slightly more difficult), or boot over the network.


LinuxBIOS by itself needs about 3 seconds to start the operating systems bootprocess.
coreboot by itself needs about 3 seconds to start the operating systems bootprocess (depending on the hardware, the fastest target needs less than a half a second).


==Links==
==Links==
{|
{|
| [1]
| [1]
| http://www.linuxbios.org
| http://www.coreboot.org/
| coreboot Wiki Homepage
| LinuxBIOS homepage
|}
|}

<!-- Link to german wiki page -->
[[de:LinuxBIOS]]

Latest revision as of 18:05, 4 April 2011

The coreboot project (formerly known as LinuxBIOS) aims to replace the BIOS of the computer. coreboot consists not as the name implies, of Linux, it consists of initialisation routines to bring the hardware into a state ready for the initial startup. Afterwards the Linux kernel or some other operating system is started.

Not only Linux can be started, it's theoretically possible to start Windows as well (slightly more difficult), or boot over the network.

coreboot by itself needs about 3 seconds to start the operating systems bootprocess (depending on the hardware, the fastest target needs less than a half a second).

Links

[1] http://www.coreboot.org/ coreboot Wiki Homepage