diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-29 23:59:16 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-29 23:59:16 (EST) |
commit | 8319b87ffe2e9b89a69223c088c9a33786e9d486 (patch) | |
tree | 159890a2c68c511c806e9ad1cf3cef9ce1cae3d9 /docs/install/index.html | |
parent | 4bb4474878d4ef71021de73d1be61640810f6599 (diff) | |
download | libreboot-8319b87ffe2e9b89a69223c088c9a33786e9d486.zip libreboot-8319b87ffe2e9b89a69223c088c9a33786e9d486.tar.gz libreboot-8319b87ffe2e9b89a69223c088c9a33786e9d486.tar.bz2 |
Add QEMU (i440fx/piix4) support to libreboot
Diffstat (limited to 'docs/install/index.html')
-rw-r--r-- | docs/install/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index e5d8f65..ab3e130 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -26,6 +26,7 @@ </ul> <h2>Installing libreboot (software)</h2> <ul> + <li><a href="#qemu">QEMU</a></li> <li><a href="#rom">Recommended ROMs to flash</a></li> <li><a href="#flashrom_lenovobios">X60/X60S/X60T/T60: How to flash your ROM (if running Lenovo BIOS firmware)</a></li> <li><a href="#flashrom_macbook21">macbook21: How to flash your ROM (if running Apple EFI firmware)</a></li> @@ -39,6 +40,15 @@ <li><a href="t60_unbrick.html">ThinkPad T60: How to unbrick</a></li> <li><a href="x200_external.html">ThinkPad X200: How to unbrick</a> (also the initial installation guide for this machine)</li> </ul> + +<hr/> + + <h1 id="qemu">QEMU</h1> + + <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> + </p> <hr/> |