Linux: Difference between revisions

From coreboot
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
= Linux in the BIOS =
= Linux in the BIOS =


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.
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 ==
== Downloading Buildrom ==
Line 7: Line 7:
To check buildrom out of the subversion repository, please use
To check buildrom out of the subversion repository, please use


  svn co svn://linuxbios.org/buildrom
  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]
You can also get a slightly newer (and OLPC specific) version at the [http://devel.laptop.org/ OLPC web page]

Revision as of 14:47, 15 January 2008

Linux in the BIOS

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 OLPC web page

Further Information