windows_init/tests/iso.sh

12 lines
170 B
Bash
Raw Normal View History

2021-09-27 21:33:29 +00:00
#!/bin/sh
2021-10-06 16:38:03 +00:00
sudo qemu-system-x86_64 \
2021-09-27 21:33:29 +00:00
-enable-kvm \
-cpu host \
-smp 4 \
-m 4G \
-boot d \
-cdrom winsp.iso \
2021-09-27 21:33:29 +00:00
-vga virtio \
-monitor stdio