dendrobates-t-azureus/scripts/qemu.sh
Guillaume DIDIER e010900715 Test infrastructure
- serial port
- harnesses using qemu
2019-10-21 13:10:53 +02:00

3 lines
132 B
Bash
Executable File

#!/bin/sh
qemu-system-x86_64 -drive format=raw,file="$1" -device isa-debug-exit,iobase=0xf4,iosize=0x04 -serial stdio -display none