Skip to content

Commit

Permalink
Add OVMF page
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Justen <[email protected]>
  • Loading branch information
jljusten committed Sep 8, 2014
1 parent 265b6d6 commit 8fa962e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/site-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
31 changes: 31 additions & 0 deletions ovmf/index.md
Original file line number Diff line number Diff line change
@@ -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]()

0 comments on commit 8fa962e

Please sign in to comment.