visor/run.sh

4 lines
118 B
Bash
Raw Normal View History

2025-03-11 18:46:10 +01:00
#!/bin/sh
OVMF_BLOB=/usr/share/OVMF/x64/OVMF.fd
uefi-run -d -b "$OVMF_BLOB" build/visor -- -enable-kvm -cpu host "$@"