qemu.sh: fix suicide
This commit is contained in:
parent
b9ff019c39
commit
0269925bf4
1 changed files with 1 additions and 1 deletions
2
qemu.sh
2
qemu.sh
|
|
@ -7,7 +7,7 @@ KERNEL=build/kernel
|
|||
|
||||
start() {
|
||||
touch disk.img
|
||||
sudo pkill -9 qemu
|
||||
sudo pkill -9 qemu-system-i386
|
||||
sudo qemu-system-i386 \
|
||||
-gdb tcp::${QEMU_GDB_PORT} \
|
||||
-monitor unix:${QEMU_SOCKET},server,nowait \
|
||||
|
|
|
|||
Loading…
Reference in a new issue