Tools: Add a fast-run.sh script which does not build, only run

This commit is contained in:
apio 2022-10-20 18:48:25 +02:00
parent de167c3c67
commit 7d71bd192d
2 changed files with 9 additions and 1 deletions

8
tools/fast-run.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
source $(dirname $0)/env.sh
cd $LUNA_ROOT
qemu-system-x86_64 -cdrom Luna.iso -smp 1 -m 256M -serial stdio -enable-kvm $@

View File

@ -7,4 +7,4 @@ cd $LUNA_ROOT
tools/build-iso.sh tools/build-iso.sh
qemu-system-x86_64 -cdrom Luna.iso -smp 1 -m 256M -serial stdio -enable-kvm $@ tools/fast-run.sh