I am running a Windows machine and I want to emulate a Debian OS with arm64 architecture. I downloaded an ISO file to setup a fresh VM. I used the following command:
qemu-system-arm.exe -cdrom debian-8.3.0-arm64-xfce-CD-1.iso -boot d -machine kzm
I also tried other machines, but the result remains the same:
Warning: Orphaned drive without device: id=ide1-cd0,file=debian-8.3.0-arm64-xfce-CD-1.iso,if=ide,bus=1,unit=0qemu: fatal: Trying to execute code outside RAM or ROM at 0x00004000R00=00000000 R01=00000000 R02=00000000 R03=00000000R04=00000000 R05=00000000 R06=00000000 R07=00000000R08=00000000 R09=00000000 R10=00000000 R11=00000000R12=00000000 R13=00000000 R14=00000000 R15=00004000PSR=400001d3 -Z-- A svc32s00=00000000 s01=00000000 d00=0000000000000000s02=00000000 s03=00000000 d01=0000000000000000s04=00000000 s05=00000000 d02=0000000000000000s06=00000000 s07=00000000 d03=0000000000000000s08=00000000 s09=00000000 d04=0000000000000000s10=00000000 s11=00000000 d05=0000000000000000s12=00000000 s13=00000000 d06=0000000000000000s14=00000000 s15=00000000 d07=0000000000000000s16=00000000 s17=00000000 d08=0000000000000000s18=00000000 s19=00000000 d09=0000000000000000s20=00000000 s21=00000000 d10=0000000000000000s22=00000000 s23=00000000 d11=0000000000000000s24=00000000 s25=00000000 d12=0000000000000000s26=00000000 s27=00000000 d13=0000000000000000s28=00000000 s29=00000000 d14=0000000000000000s30=00000000 s31=00000000 d15=0000000000000000FPSCR: 00000000This application has requested the Runtime to terminate it in an unusual way.Please contact the application's support team for more information.
What does this error message mean and how can I boot an arm architecture on my windows pc correctly?