karlos/run-qemu.sh

3 lines
134 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 "$@"