forked from tianocore/tianocore.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jordan Justen <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]() |