visor/run.sh

4 lines
124 B
Bash
Raw Normal View History

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