#!/bin/bash # A very hacky script to just run the compiled hypervisor set -e rm -r -f _boot.img _mnt mkfs.msdos -C _boot.img 51200 mkdir _mnt mount _boot.img _mnt cat > _mnt/startup.nsh <