logoalt Hacker News

stuxnet79today at 4:43 PM4 repliesview on HN

If the A18 Pro has the same ISA as the M-series chips then this may not be so straightforward. I am still hanging on to my 2020 Intel MBP for dear life because it is the only Apple device I own that allows me to run Ubuntu and Windows 11 on a VirtualBox VM.


Replies

garblegarbletoday at 6:20 PM

Would you elaborate what you mean by saying Linux on an M-series chip isn't straightforward? That's not been my experience, I (and lots of other devs) use it every day, Apple supports Linux via [0], and provides the ability to use Rosetta 2 within VMs to run legacy x86 binaries?

0: https://github.com/apple/container

show 1 reply
ChocolateGodtoday at 7:17 PM

The instruction set is not the issue, the issue is on ARM there's no standardized way like on x86 to talk to specialized hardware, so drivers must be reimplemented with very little documentation.

show 1 reply
Retr0idtoday at 6:18 PM

As long as you're ok with arm64 guests, you can absolutely run both Ubuntu and Win11 VMs on M-series CPUs. Parallels also supports x86 guests via emulation.

show 2 replies
muriculatoday at 6:22 PM

Same Armv8 ISA. And it's the same ISA Android Linux has run on for over a decade.