Linux: Difference between revisions

From coreboot
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
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 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.


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


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

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