diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-30 00:34:18 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-30 00:34:18 (EST) |
commit | 6b04ce729d90fe5d2cd134eff877f92774dc8b0e (patch) | |
tree | f7da8877ae9c0143495ae45a18c8b5b22db1badf /docs/install/index.html | |
parent | 8319b87ffe2e9b89a69223c088c9a33786e9d486 (diff) | |
download | libreboot-6b04ce729d90fe5d2cd134eff877f92774dc8b0e.zip libreboot-6b04ce729d90fe5d2cd134eff877f92774dc8b0e.tar.gz libreboot-6b04ce729d90fe5d2cd134eff877f92774dc8b0e.tar.bz2 |
Add QEMU (q35/ich9) support to libreboot.
Diffstat (limited to 'docs/install/index.html')
-rw-r--r-- | docs/install/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <p> You don't really do anything here, just run (example):<br/> - $ <b>qemu-system-i386 -m 512 -bios qemu_i440fx_piix4_ukdvorak_vesafb.rom</b> + $ <b>qemu-system-i386 -M pc -m 512 -bios bin/qemu_i440fx_piix4/qemu_i440fx_piix4_ukdvorak_vesafb.rom -serial stdio</b><br/> + $ <b>qemu-system-i386 -M q35 -m 512 -bios bin/qemu_q35_ich9/qemu_q35_ich9_ukdvorak_vesafb.rom -serial stdio</b> </p> <hr/> @@ -437,7 +438,7 @@ <hr/> <p> - Copyright © 2014 Francis Rowe <info@gluglug.org.uk><br/> + Copyright © 2014, 2015 Francis Rowe <info@gluglug.org.uk><br/> 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 <a href="../license.txt">../license.txt</a>. </p> |