diff --git a/_includes/site-links.md b/_includes/site-links.md index 88dc7915..1487366e 100644 --- a/_includes/site-links.md +++ b/_includes/site-links.md @@ -2,3 +2,6 @@ [EDK II]: {{baseurl}}/edk2 [UDK2010]: https://github.com/tianocore/tianocore.github.io/wiki/UDK2010 "UEFI Development Kit 2010" [UDK2014]: {{baseurl}}/udk2014/ "UEFI Development Kit 2014" +[QEMU]: http://www.qemu.org +[KVM]: http://www.linux-kvm.org +[edk2-devel]: https://lists.sourceforge.net/lists/listinfo/edk2-devel \ No newline at end of file diff --git a/ovmf/index.md b/ovmf/index.md new file mode 100644 index 00000000..9e0d64b3 --- /dev/null +++ b/ovmf/index.md @@ -0,0 +1,31 @@ +--- +layout: default +title: OVMF +--- +{% include site-links.md %} + +OVMF is an [EDK II] based project to enable UEFI support for Virtual +Machines. OVMF contains a sample UEFI firmware for [QEMU] and [KVM]. + +License information: + [BSD](http://www.opensource.org/licenses/bsd-license.php) + (May contain an additional exception if bundled with the + [FAT driver](https://github.com/tianocore/tianocore.github.io/wiki/Edk2-fat-driver).) + +More information: + [OVMF FAQ](https://github.com/tianocore/tianocore.github.io/wiki/OVMF FAQ), + [How to build](https://github.com/tianocore/tianocore.github.io/wiki/How to build OVMF), + [Boot Overview](https://github.com/tianocore/tianocore.github.io/wiki/OVMF-Boot Overview), + [edk2-devel] + +Release r15214: + [X64 (zip)](http://sourceforge.net/projects/edk2/files/OVMF/OVMF-X64-r15214.zip/download), + [IA32 (zip)](http://sourceforge.net/projects/edk2/files/OVMF/OVMF-IA32-r15214.zip/download), + [How to run](https://github.com/tianocore/tianocore.github.io/wiki/How to run OVMF), + [README](https://sourceforge.net/p/edk2/code/15214/tree/trunk/edk2/OvmfPkg/README) + +Source Repository: [https://svn.code.sf.net/p/edk2/code/trunk/edk2/OvmfPkg]() + +### See Also +* [http://www.linux-kvm.org/page/OVMF]() +* [http://wiki.xen.org/wiki/OVMF]()