Skip to content

Instantly share code, notes, and snippets.

@sixem
Created August 2, 2022 16:36
Show Gist options
  • Save sixem/709a904de12a46216375912afa173176 to your computer and use it in GitHub Desktop.
Save sixem/709a904de12a46216375912afa173176 to your computer and use it in GitHub Desktop.
Starts a VM using qemu
"C:\Program Files\qemu\qemu-system-x86_64.exe" -smp 1 -m 512M -nographic ^
-hda "V:\VirtualMachines\qemuImages\LinuxDev1\linuxdev1.qcow2" ^
-nic user,hostfwd=tcp::8888-:22,hostfwd=tcp::8080-:9090
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment