4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
qemu-kvm -smp 2 -m 1536 -hda $HOME/virt-images/winxp.raw -net nic -net user -vga std -soundhw all
|