#!/bin/sh OVMF_BLOB=/usr/share/OVMF/x64/OVMF.fd uefi-run -d -b "$OVMF_BLOB" build/visor -- -enable-kvm -cpu kvm64,+vmx "$@"