diff --git a/tests/iso.sh b/tests/iso.sh new file mode 100755 index 0000000..e205f53 --- /dev/null +++ b/tests/iso.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +qemu-system-x86_64 \ + -enable-kvm \ + -cpu host \ + -smp 4 \ + -m 4G \ + -boot d \ + -cdrom win.iso \ + -vga virtio \ + -monitor stdio