Luna/tools/debug.sh

8 lines
185 B
Bash
Raw Normal View History

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