QEMU: Difference between revisions

From coreboot
Jump to navigation Jump to search
mNo edit summary
(→‎Ready-made QEMU images: First ready-made QEMU image containing coreboot v3 and coreinfo.)
Line 10: Line 10:
We'll soon provide various downloadable QEMU images you can use to try out coreboot.
We'll soon provide various downloadable QEMU images you can use to try out coreboot.


TODO.
=== coreboot v3 + coreinfo ===
 
$ wget http://www.coreboot.org/images/0/06/Qemu_coreboot_coreinfo.zip
$ unzip Qemu_coreboot_coreinfo.zip
$ qemu -L . -hda /dev/zero -serial -stdio

Revision as of 21:35, 31 March 2008

You can easily try out coreboot using QEMU, without having to actually flash the BIOS chip on your real hardware.

Tutorials

Ready-made QEMU images

We'll soon provide various downloadable QEMU images you can use to try out coreboot.

coreboot v3 + coreinfo

$ wget http://www.coreboot.org/images/0/06/Qemu_coreboot_coreinfo.zip
$ unzip Qemu_coreboot_coreinfo.zip
$ qemu -L . -hda /dev/zero -serial -stdio