OVMF-xen
OVMF-xen 202608
Sample UEFI firmware for Xen guests
https://github.com/tianocore/tianocore.github.io/wiki/OVMFBSD 2-clause "Simplified" License
programs: -
Maintainers
Platforms (11)
x86_64-solarisx86_64-genodex86_64-freebsdx86_64-netbsdx86_64-windowsx86_64-redoxx86_64-uefix86_64-openbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ OVMF-xen ];
Ad-hoc shell
nix-shell -p OVMF-xen
Flake (nix run)
nix run nixpkgs#OVMF-xen