QEMU: Difference between revisions
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. | ||
=== 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
- 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.
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