From 803fb0456d65b6135e30c185b82f19f1d24729ad Mon Sep 17 00:00:00 2001 From: dany Date: Tue, 29 Jul 2025 15:49:08 +0200 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 78205c8..b3a8ac8 100755 --- a/run.sh +++ b/run.sh @@ -27,7 +27,7 @@ qemu-system-x86_64 \ -drive file=$W/core-image-base-qemux86-64.rootfs.ext4,if=virtio,format=raw \ -usb -device usb-tablet -usb -device usb-kbd -cpu IvyBridge \ -machine q35,i8042=off -smp 4 -enable-kvm -m 256 -serial mon:vc -serial null \ - -device virtio-vga-gl -display sdl,gl=es,show-cursor=on \ + -device virtio-gpu-gl -display sdl,gl=es,show-cursor=off \ -kernel $W/bzImage \ -cpu host \ -append 'root=/dev/vda rw ip=192.168.7.2::192.168.7.1:255.255.255.0::eth0:off:8.8.8.8 net.ifnames=0 oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 swiotlb=0 '