Itai-Nelken / RPi-QEMU-VM-scripts

Scripts that create VM's for your Raspberry Pi
MIT License
18 stars 1 forks source link

Add Windows 10 ARM64 support #9

Open hmsjy2017 opened 2 years ago

hmsjy2017 commented 2 years ago

I found a tutorial on how to emulate Windows 10 ARM64 on Raspberry Pi (Windows 11 is also supported). It is implemented through QEMU and KVM. Although it runs slowly, most functions works well (except GPU).

Tutorials and resources provided by the author (all in Chinese): Baidu Tieba: https://tieba.baidu.com/p/6681221786 Video tutorial: https://www.bilibili.com/video/BV1ZC4y1H7G3 Resource file (including detailed text tutorial): https://pan.baidu.com/s/1trVMhu7gscAKtEl28JNn4g Extraction code: yf5i

For easy downloading, I uploaded the files in Baidu Netdisk to OneDrive. https://fc.iamsjy.com/OneDrive/Raspberry%20Pi/Windows-10-ARM64-KVM/

Windows 10 ARM64 images can be downloaded from UUP Dump.

Itai-Nelken commented 2 years ago

I was never successful in booting win10 arm in QEMU, but I'll try again using your files when I have time.