OVMF-xen
OVMF-xen 202602
Sample UEFI firmware for Xen guests
https://github.com/tianocore/tianocore.github.io/wiki/OVMFBSD 2-clause "Simplified" License
programs: -
Maintainers
Platforms (12)
x86_64-freebsdx86_64-nonex86_64-redoxx86_64-openbsdx86_64-genodex86_64-windowsx86_64-netbsdx86_64-uefi
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