summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/qemu.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qemu.sh b/tools/qemu.sh
index 3aef63e..91029b1 100755
--- a/tools/qemu.sh
+++ b/tools/qemu.sh
@@ -25,13 +25,14 @@ TMPDIR=$(mktemp -d)
objcopy -O elf32-i386 $X15 $TMPDIR/x15
+cd $TMPDIR
$QEMU_EXE $KVM \
-ctrl-grab \
-gdb tcp::1234 \
-m $RAM \
-smp $NR_CPUS \
-monitor stdio \
- -kernel $TMPDIR/x15 \
+ -kernel x15 \
-append "console=atcons"
rm -rf $TMPDIR