From d4896b353eed0ab37cf8a2591fe1f5369c37883f Mon Sep 17 00:00:00 2001 From: tzlil Date: Thu, 16 Feb 2023 16:40:26 +0200 Subject: stuff --- run.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'run.sh') 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 -- cgit 1.4.1