summary refs log tree commit diff
path: root/run.sh
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-16 16:40:26 +0200
committertzlil <tzlils@protonmail.com>2023-02-16 16:40:26 +0200
commitd4896b353eed0ab37cf8a2591fe1f5369c37883f (patch)
tree267fcc685ce9efa2db60e51c772ef58ccfe6d330 /run.sh
parent566dc1e8f6e619f590f017a810a8a55d9a90a25c (diff)
stuff
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh14
1 files changed, 13 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index c1f601b..984e4cc 100755
--- a/run.sh
+++ b/run.sh
@@ -1,2 +1,14 @@
 #!/bin/sh
-qemu-kvm -enable-kvm -m 4G -cpu host -smp 2 -hda nixos-test.img -bios OVMF.fd -vga virtio -display gtk,gl=on,show-cursor=on -usb -device usb-mouse
+qemu-system-x86_64 \
+    -enable-kvm \
+    -m 4G \
+    -cpu host \
+    -smp 2 \
+    -hda nixos-test.img \
+    -bios OVMF.fd \
+    -display gtk,gl=on,show-cursor=on \
+    -vga none \
+    -device virtio-gpu-pci \
+    -audiodev pa,id=snd0 \
+    -usb \
+    -device usb-mouse