QEMU: Difference between revisions
Jump to navigation
Jump to search
(QEMU image for coreboot v3 + libpayload + tint (a small tetris-like game).) |
|||
Line 14: | Line 14: | ||
=== coreboot v3 + coreinfo === | === coreboot v3 + coreinfo === | ||
[[Image:Coreinfo nvram.png|thumb|right|coreinfo NVRAM dump.]] | [[Image:Coreinfo nvram.png|thumb|right|[[coreinfo]] NVRAM dump.]] | ||
$ mkdir foo | $ mkdir foo | ||
Line 28: | Line 28: | ||
=== coreboot v3 + invaders === | === coreboot v3 + invaders === | ||
[[Image:Coreboot invaders.png|thumb|right| | [[Image:Coreboot invaders.png|thumb|right|[[GRUB invaders]] as payload.]] | ||
$ mkdir foo | $ mkdir foo | ||
Line 42: | Line 42: | ||
=== coreboot v3 + libpayload + tint === | === coreboot v3 + libpayload + tint === | ||
[[Image:Coreboot libpayload tint.png|thumb|right| | [[Image:Coreboot libpayload tint.png|thumb|right|[[tint]] as payload.]] | ||
This is coreboot v3 (r656), [[libpayload]] (r3225), and tint 0.03b patched to be built against libpayload. | This is coreboot v3 (r656), [[libpayload]] (r3225), and tint 0.03b patched to be built against libpayload. |
Revision as of 01:13, 9 April 2008
You can easily try out coreboot using QEMU, without having to actually flash the BIOS chip on your real hardware.
Tutorials
- QEMU Build Tutorial — Starting a Debian GNU/Linux system via coreboot + a Linux kernel, or via coreboot + FILO.
- Booting FreeBSD using coreboot — Booting FreeBSD via coreboot + ADLO.
Ready-made QEMU images
We'll soon provide various downloadable QEMU images you can use to try out coreboot.
You need a patched version of vgabios-cirrus.zip for these images to work fine, the version in QEMU's CVS repository does not yet work. The image from Debian's QEMU package (/usr/share/qemu/vgabios-cirrus.bin) is already patched and works, too.
coreboot v3 + coreinfo
$ mkdir foo $ cd foo $ wget http://www.coreboot.org/images/0/06/Qemu_coreboot_coreinfo.zip $ wget http://www.coreboot.org/images/0/0d/Vgabios-cirrus.zip $ unzip Qemu_coreboot_coreinfo.zip $ unzip Vgabios-cirrus.zip $ mv qemu_coreboot_coreinfo.bin bios.bin $ cd .. $ qemu -L foo -hda /dev/zero -serial stdio
coreboot v3 + invaders
$ mkdir foo $ cd foo $ wget http://www.coreboot.org/images/c/c8/Qemu_coreboot_invaders.zip $ wget http://www.coreboot.org/images/0/0d/Vgabios-cirrus.zip $ unzip Qemu_coreboot_invaders.zip $ unzip Vgabios-cirrus.zip $ mv qemu_coreboot_invaders.bin bios.bin $ cd .. $ qemu -L foo -hda /dev/zero -serial stdio
coreboot v3 + libpayload + tint
This is coreboot v3 (r656), libpayload (r3225), and tint 0.03b patched to be built against libpayload.
$ mkdir foo $ cd foo $ wget http://www.coreboot.org/images/6/62/Qemu_libpayload_tint.zip $ wget http://www.coreboot.org/images/0/0d/Vgabios-cirrus.zip $ unzip Qemu_libpayload_tint.zip $ unzip Vgabios-cirrus.zip $ mv qemu_libpayload_tint.bin bios.bin $ cd .. $ qemu -L foo -hda /dev/zero -serial stdio
I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.
In case this is not legally possible: |