]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OVMF: Update README file
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Feb 2010 18:17:13 +0000 (18:17 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Feb 2010 18:17:13 +0000 (18:17 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10042 6f19259b-4bc3-4df7-8a09-765794883524

OvmfPkg/README

index aee3aa681975e72d68f2eb9c6fa1302aa06d6d0b..1c0646f20af7ce533a69aa90f7d49fff6497a77a 100644 (file)
@@ -5,7 +5,7 @@ The Open Virtual Machine Firmware (OVMF) project aims
 to support firmware for Virtual Machines using the edk2\r
 code base.  More information can be found at:\r
 \r
-  https://edk2.tianocore.org/OVMF.html\r
+http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF\r
 \r
 === STATUS ===\r
 \r
@@ -48,16 +48,18 @@ Following the edk2 build process, you will find the OVMF binaries
 under the $WORKSPACE/Build/*/*/FV directory.  The actual path will\r
 depend on how your build is configured.  You can expect to find\r
 these binary outputs:\r
-* OVMF.fd \r
+* OVMF.Fv\r
+  * Please note!  This filename has changed.  Older releases used OVMF.fd.\r
 * CirrusLogic5446.rom\r
 \r
 More information on building OVMF can be found at:\r
-* https://edk2.tianocore.org/build-ovmf.html\r
+\r
+http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=How_to_build_OVMF\r
 \r
 === RUNNING OVMF on QEMU ===\r
 \r
 * QEMU 0.9.1 or later is required.\r
-* Either copy, rename or symlink OVMF.fd => bios.bin\r
+* Either copy, rename or symlink OVMF.Fv => bios.bin\r
 * Either copy, rename or symlink CirrusLogic5446.rom => vgabios-cirrus.bin\r
 * Be sure to use qemu-system-x86_64, if you are using and X64 firmware.\r
   (qemu-system-x86_64 works for the IA32 firmware as well, of course.)\r
@@ -68,4 +70,6 @@ More information on building OVMF can be found at:
 * The EFI shell is built into OVMF builds at this time, so it should\r
   run automatically if a UEFI boot application is not found on the\r
   removable media.\r
+* On Linux, newer version of QEMU may enable KVM feature, and this might cause OVMF\r
+  to fail to boot.  The QEMU '-no-kvm' may allow OVMF to boot.\r
 \r