Skip to content

Instantly share code, notes, and snippets.

@kocubinski
Forked from ljmccarthy/qemu-winxp.sh
Created January 16, 2023 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kocubinski/5fa221aaff692cd74f29214ee2908d09 to your computer and use it in GitHub Desktop.
Save kocubinski/5fa221aaff692cd74f29214ee2908d09 to your computer and use it in GitHub Desktop.
QEMU command line for Windows XP
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment