> The primary use for Windows 11 Arm64 ISO files is to create virtual machines on local devices for development.
> can also be used to create bootable media for installing Windows 11 on an Arm device. Depending on the device, it will likely be necessary to include drivers from the device manufacturer for the installation media to be successfully bootable.
The processor was never the problem with ARM, it's that there's never been a reasonably stable peripheral ecosystem around it. Vendors are mostly out there building overgrown microcontrollers instead of actual platforms. It's not like PC where you can discover 95% of hardware on any PC from the past ~20 years by enumerating PCI/USB/SATA. You're expected to obtain out-of-band knowledge about the physical mapping of the peripherals and somehow supply that to your bootloader/kernel.
Devicetree has been the bane of end-users since forever, yet I gather kernel developers and non-x86 system vendors still love it. OTOH, I get ACPI is hopelessly complex from an implementer's perspective, partly because of all the little vendor bugs and spec violations that end up encoded into the implementation to support real-world hardware. Is there a better future?
Have you tried CrossOver? It has much better performance than Parallels in my experience, plus the applications act as if they work "natively" on macOS, with their own windows.
I'm trying this X64 image with UTM (a newer and very minimal virtualization framework that uses what's built into OS X) on a 2024 MBP now. It seems to be working.
I did the same for the past year, mostly for work (so MS Office suite, IntelliJ, Java), but it even works for the old PC games like Heroes of Might and Magic III or Morrowind. The only thing that I could not get working was Global Protect VPN client, required to access internal infrastructure of one of my customers.
> The primary use for Windows 11 Arm64 ISO files is to create virtual machines on local devices for development.
> can also be used to create bootable media for installing Windows 11 on an Arm device. Depending on the device, it will likely be necessary to include drivers from the device manufacturer for the installation media to be successfully bootable.
reply