This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is designed mostly to give you lots of customization options; if you want a quicker way to just try out an OS, check out https://github.com/quickemu-project/quickemu | |
qemu-system-x86_64 -enable-kvm -m 4096 -smp $(nproc) -cpu host -device ac97 -audiodev pipewire,id=audio0 -device intel-hda -device hda-duplex,audiodev=audio0 -usb -device usb-tablet -device virtio-keyboard-pci -net nic -net user -cdrom distro.iso | |
# For Virgil 3D GPU acceleration (fast but Linux-only): | |
-device virtio-vga-gl | |
# For QXL GPU acceleration (slower but more compatible): | |
-device qxl | |
# For GTK display: | |
-display gtk,gl=on,grab-on-hover=on | |
# For SDL display: |
OlderNewer