@echo off cd /d %~dp0 "C:\Program Files\qemu\qemu-system-aarch64.exe" ^ -m 1024 ^ -M raspi3 ^ -kernel kernel8.img ^ -dtb bcm2710-rpi-3-b.dtb ^ -drive format=raw,file=2020-08-20-raspios-buster-arm64.img ^ -append "console=ttyAMA0 root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4 dwc_otg.fiq_fsm_enable=0" ^ -serial stdio ^ -no-reboot ^ -device usb-kbd ^ -device usb-tablet ^ -device usb-net,netdev=net0 ^ -netdev user,id=net0,hostfwd=tcp::2222-:22