3 lines
159 B
Bash
Executable file
3 lines
159 B
Bash
Executable file
#!/bin/sh
|
|
|
|
qemu-system-x86_64 -drive if=ide,format=raw,file=build/disk.img -drive if=virtio,media=disk,format=raw,file=drive.img -d int "$@" -S -gdb tcp::3117
|