8 lines
161 B
Bash
Executable File
8 lines
161 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 -no-reboot |