Created
November 28, 2015 18:31
-
-
Save ljmccarthy/2648e55a717196880e88 to your computer and use it in GitHub Desktop.
QEMU command line for Windows XP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
exec qemu-system-i386 -enable-kvm -cpu host -m 1024 -vga std -soundhw ac97 -net nic,model=rtl8139 \ | |
-net user -drive file=winxp.img,format=raw -drive file=/usr/share/virtio/virtio-win.iso,media=cdrom |
It is for the VirtIO KVM drivers for Windows, see: https://github.com/virtio-win/virtio-win-pkg-scripts/blob/master/README.md
The path was the installed path for the virtio-win AUR package in Arch Linux: https://aur.archlinux.org/packages/virtio-win
Oh thank you
got it working without virtio drivers thanks
Hello is there any guide for Windows 10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, could you please explain what is virtio-win.iso for?