karlos/debug-run-qemu.sh
2025-05-21 19:36:08 +02:00

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