Luna/tools/fast-run.sh
apio a6974b605e
All checks were successful
continuous-integration/drone/push Build is passing
tools+CMake: Prefix all environment variables with LUNA_
2023-01-21 22:44:16 +01:00

9 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
set -e
source $(dirname $0)/env.sh
cd $LUNA_ROOT
qemu-system-$LUNA_ARCH -cdrom Luna.iso -smp 1 -m 256M -serial stdio -enable-kvm $@