Luna/tools/debug.sh

8 lines
164 B
Bash
Raw Normal View History

2022-09-05 14:13:51 +00:00
#!/bin/sh
set -e
source $(dirname $0)/env.sh
tools/build-iso.sh
2022-09-07 08:33:22 +00:00
qemu-system-x86_64 -cdrom Luna.iso -smp 1 -m 256M -serial stdio -d int,cpu_reset -s -no-reboot $@