so I've been trying to boot up a raspberry pi using qemu but after I put start.bat in and let qemu work for a bit it says
It won't let me enter
My start.bat file has
qemu-system-arm -kernel kernel-qemu-4.4.34-jessie -cpu arm1176 -m 256 -M \
versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1 \
rootfstype=ext4 rw" \
-drive "file=2017-03-02-raspbian-jessie.img,index=0,media=disk,format=raw"
as you can tell I'm using kernel-qemu-4.4 and 2017-03-02-raspbian-jessie.img
can someone please tell me how to boot upt the real system