Skip to content

Instantly share code, notes, and snippets.

@vicendominguez
Created May 17, 2024 04:57
Show Gist options
  • Save vicendominguez/332b224b02ea18666357a2d7189c8920 to your computer and use it in GitHub Desktop.
Save vicendominguez/332b224b02ea18666357a2d7189c8920 to your computer and use it in GitHub Desktop.
qemu running stuff oneliner
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