Created
May 17, 2024 04:57
-
-
Save vicendominguez/332b224b02ea18666357a2d7189c8920 to your computer and use it in GitHub Desktop.
qemu running stuff oneliner
This file contains hidden or 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
qemu-system-i386 -enable-kvm -cpu host -m 1024 -device virtio-vga,edid=on,xres=1440,yres=900 -net nic,model=rtl8139 -net user -drive file=winxp.img,format=raw -usb -device qemu-xhci,id=xhci -drive if=none,id=stick,format=raw,file=usb.img -device usb-storage,bus=xhci.0,drive=stick,removable=on -drive file=virtio-win-0.1-94.iso,media=cdrom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment