#!/usr/bin/env bash set -Eeuo pipefail APP="Windows" export BOOT_MODE=windows SUPPORT="https://github.com/dockur/windows" cd /run . reset.sh # Initialize system . install.sh # Get bootdisk . disk.sh # Initialize disks . display.sh # Initialize graphics . network.sh # Initialize network . boot.sh # Configure boot . proc.sh # Initialize processor . config.sh # Configure arguments trap - ERR info "Booting $APP using $VERS..." [[ "$DEBUG" == [Yy1]* ]] && set -x exec qemu-system-x86_64 ${ARGS:+ $ARGS}