From 471666c323cf5bf958b187c63d362012d4649791 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Wed, 2 Feb 2022 13:48:43 -0500 Subject: [PATCH] Update basic.sh --- basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic.sh b/basic.sh index ead66bf..ca27d6b 100755 --- a/basic.sh +++ b/basic.sh @@ -19,7 +19,7 @@ qemu-system-x86_64 \ -drive if=pflash,format=raw,file="$OVMF/OVMF_VARS-1024x768.fd" \ -vga qxl \ -device ich9-intel-hda -device hda-output \ - -usb -device usb-kbd -device usb-mouse \ + -usb -device usb-kbd -device usb-tablet \ -netdev user,id=net0 \ -device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \ -device ich9-ahci,id=sata \