mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Short installation instructions for LinuxBIOSv3 (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@317 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
5a0d57de59
commit
cb4dae318c
1 changed files with 32 additions and 0 deletions
32
README
32
README
|
@ -39,6 +39,38 @@ For details please consult:
|
|||
* http://www.linuxbios.org/Supported_Chipsets_and_Devices
|
||||
|
||||
|
||||
Building and Installing
|
||||
-----------------------
|
||||
|
||||
Note: Currently only the x86 QEMU target is supported in LinuxBIOSv3.
|
||||
|
||||
1) Build a payload:
|
||||
|
||||
For example: FILO.
|
||||
|
||||
2) Configure LinuxBIOS:
|
||||
|
||||
$ make menuconfig
|
||||
|
||||
Select at least the desired mainboard vendor, the mainboard device,
|
||||
the size of your ROM chip, and a payload.
|
||||
|
||||
3) Build the LinuxBIOS ROM image:
|
||||
|
||||
$ make
|
||||
|
||||
The generated ROM image is build/linuxbios.rom.
|
||||
|
||||
4) You can now test the LinuxBIOS image using:
|
||||
|
||||
$ qemu -L build -hda /dev/zero -serial stdio
|
||||
|
||||
If you have a full QEMU image with a Linux distribution installed,
|
||||
you can boot that Linux kernel by using a proper FILO payload and typing:
|
||||
|
||||
$ qemu -L build -hda /tmp/qemu.img -serial stdio
|
||||
|
||||
|
||||
Website and Mailing List
|
||||
------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue