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-solarisx86_64-openbsdx86_64-cygwinx86_64-linuxx86_64-netbsdx86_64-freebsdx86_64-redoxx86_64-windows
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