test for if win.iso was successful

This commit is contained in:
cvoges12 2021-09-27 21:33:29 +00:00
parent f07eb9008b
commit 7659e206df
1 changed files with 11 additions and 0 deletions

11
tests/iso.sh Executable file
View File

@ -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