From 6b04ce729d90fe5d2cd134eff877f92774dc8b0e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 30 Jan 2015 00:34:18 -0500 Subject: Add QEMU (q35/ich9) support to libreboot. --- (limited to 'docs/install') diff --git a/docs/install/index.html b/docs/install/index.html index ab3e130..a984e73 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -47,7 +47,8 @@

You don't really do anything here, just run (example):
- $ qemu-system-i386 -m 512 -bios qemu_i440fx_piix4_ukdvorak_vesafb.rom + $ qemu-system-i386 -M pc -m 512 -bios bin/qemu_i440fx_piix4/qemu_i440fx_piix4_ukdvorak_vesafb.rom -serial stdio
+ $ qemu-system-i386 -M q35 -m 512 -bios bin/qemu_q35_ich9/qemu_q35_ich9_ukdvorak_vesafb.rom -serial stdio


@@ -437,7 +438,7 @@

- Copyright © 2014 Francis Rowe <info@gluglug.org.uk>
+ Copyright © 2014, 2015 Francis Rowe <info@gluglug.org.uk>
This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions. A copy of the license can be found at ../license.txt.

-- cgit v0.9.1