8 lines
185 B
Bash
Executable File
8 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
source $(dirname $0)/env.sh
|
|
|
|
MOON_BUILD_DEBUG=1 tools/rebuild-iso.sh
|
|
|
|
qemu-system-x86_64 -cdrom Luna.iso -smp 1 -m 256M -serial stdio -d int,cpu_reset -s -no-reboot $@ |