Linux: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
 
No edit summary
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Linux in the BIOS =
To build a '''coreboot image that contains a small Linux system in flash''' (this setup is also know as '''LAB''' — '''Linux as BIOS''') you can simply point to the bzImage as your payload (x86 only). The [[buildrom]] utility can help you download and compile all required components.
 
To build a LinuxBIOS image that actually 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://linuxbios.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
* [[QEMU Build Tutorial]]

Revision as of 08:49, 18 December 2013

To build a coreboot image that contains a small Linux system in flash (this setup is also know as LABLinux as BIOS) you can simply point to the bzImage as your payload (x86 only). The buildrom utility can help you download and compile all required components.

Further Information