From 87faf323efffbd32aaf4cf764108584735a46bf4 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Sat, 14 Jun 2025 12:17:51 +0200 Subject: [PATCH] fix: compatibility --- run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 run.sh diff --git a/run.sh b/run.sh old mode 100644 new mode 100755 index b06e5e7..78205c8 --- a/run.sh +++ b/run.sh @@ -4,7 +4,7 @@ SOURCE=${BASH_SOURCE[0]} W=$(dirname "$(readlink -f "$SOURCE")") # shellcheck disable=SC1091 -source "/home/dany/sdk/diya-qemu/environment-setup-core2-64-poky-linux" +source "/media/work/sdk/diya-emu/environment-setup-core2-64-poky-linux" # runqemu "$W/core-image-base-qemux86-64.rootfs.qemuboot.conf" -d kvm sdl gl-es @@ -27,8 +27,9 @@ 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=on,show-cursor=on \ + -device virtio-vga-gl -display sdl,gl=es,show-cursor=on \ -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 ' echo "Cleanup $tapid"