Luna/tools/debug.sh
2022-09-05 16:13:51 +02:00

8 lines
150 B
Bash
Executable File

#!/bin/sh
set -e
source $(dirname $0)/env.sh
tools/build-iso.sh
qemu-system-x86_64 -cdrom Luna.iso -smp 1 -m 256M -serial stdio -d int,cpu_reset -s