qemu.sh: fix suicide

This commit is contained in:
Jack Halford 2020-01-06 19:38:33 +01:00
parent b9ff019c39
commit 0269925bf4

View file

@ -7,7 +7,7 @@ KERNEL=build/kernel
start() { start() {
touch disk.img touch disk.img
sudo pkill -9 qemu sudo pkill -9 qemu-system-i386
sudo qemu-system-i386 \ sudo qemu-system-i386 \
-gdb tcp::${QEMU_GDB_PORT} \ -gdb tcp::${QEMU_GDB_PORT} \
-monitor unix:${QEMU_SOCKET},server,nowait \ -monitor unix:${QEMU_SOCKET},server,nowait \