Linux: Difference between revisions

From coreboot
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
= Linux in the BIOS =
To build a '''coreboot image that contains a small Linux system in the BIOS''' (this setup is also know as '''LAB''' — '''Linux as BIOS''') we suggest that you have a look at the [[buildrom]] utility that downloads and compiles all required components.
 
To build a coreboot image that contains a small Linux system in the BIOS we suggest that you have a look at the [[buildrom]] utility that downloads and compiles all required components.
 
== Downloading Buildrom ==
 
To check buildrom out of the subversion repository, please use
 
svn co svn://coreboot.org/buildrom
 
You can also get a slightly newer (and OLPC specific) version at the [http://devel.laptop.org/ OLPC web page]


== Further Information ==
== Further Information ==


* [[QEMU Build Tutorial]]
* [[QEMU Build Tutorial]]
* [[Tyan S2892 Build Tutorial]]
* [[Tyan S2892]]

Revision as of 16:42, 19 September 2010

To build a coreboot image that contains a small Linux system in the BIOS (this setup is also know as LABLinux as BIOS) we suggest that you have a look at the buildrom utility that downloads and compiles all required components.

Further Information