michaelnet/thonkpad/winhost/run.sh

13 lines
220 B
Bash
Raw Normal View History

2023-10-27 10:22:20 -07:00
#!/bin/bash
# Headless runner
ISO=windows
DRIVENAME=winhost
MEM_GB=8
2024-06-18 14:14:43 -07:00
qemu-system-x86_64 -accel kvm \
2023-10-27 10:22:20 -07:00
-m $(expr 1024 \* $MEM_GB) -drive file=./$DRIVENAME.qcow2,format=qcow2 \
-smp cores=2,threads=4 -nographic