Skip to content

Instantly share code, notes, and snippets.

@Silica163
Created July 26, 2025 05:49
Show Gist options
  • Select an option

  • Save Silica163/2ba350b317b9e0c723642482adc5389a to your computer and use it in GitHub Desktop.

Select an option

Save Silica163/2ba350b317b9e0c723642482adc5389a to your computer and use it in GitHub Desktop.
#!/usr/bin/bash
qemu-system-i386 \
-L pc-bios -nodefaults \
-M pc,accel=tcg,hpet=no -cpu qemu32 \
-m 1024 \
-drive file=./winxp.qcow2,index=0,media=disk,format=qcow2 \
-device VGA \
-cdrom iso/windows-xp.iso \
-boot menu=on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment