Skip to content

Instantly share code, notes, and snippets.

@TheBSODAndWSODFan
Last active October 10, 2025 02:56
Show Gist options
  • Select an option

  • Save TheBSODAndWSODFan/f45f836bf37895b8a1f83127d11e0499 to your computer and use it in GitHub Desktop.

Select an option

Save TheBSODAndWSODFan/f45f836bf37895b8a1f83127d11e0499 to your computer and use it in GitHub Desktop.
Qemu
#!/bin/bash
sudo qemu-system-x86_64 --enable-kvm -m 4096 -cpu host -smp cores=2,sockets=1,threads=1 -net nic -net user -vnc :0 -usb -device usb-tablet -vga virtio -cdrom ./*.iso
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment