Skip to content

Instantly share code, notes, and snippets.

@heatblazer
Created January 9, 2020 08:03
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 heatblazer/fd6ccc764f85ad1f1bcb7fbd1677882d to your computer and use it in GitHub Desktop.
Save heatblazer/fd6ccc764f85ad1f1bcb7fbd1677882d to your computer and use it in GitHub Desktop.
qemu-img create -f qcow2 winX.img 60G
qemu-kvm -m 2000 -hda win10.img -cdrom ../ISO/w7_sp1_ultimate_x86-x64_bg-en.iso -boot d
qemu-kvm -m 4500 -smp 2 -hda winX.img -netdev user,id=user.0 -device e1000,netdev=user.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment