3 lines
124 B
Bash
Executable file
3 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
OVMF_BLOB=/usr/share/OVMF/x64/OVMF.fd
|
|
uefi-run -d -b "$OVMF_BLOB" build/visor -- -enable-kvm -cpu kvm64,+vmx "$@"
|