Comment by weikju
2 days ago
You can still run Arch, and Ubuntu Asahi also exists. (1)
They’re working hard on upstreaming everything exactly so it’s easier for any distribution to be ported.
2 days ago
You can still run Arch, and Ubuntu Asahi also exists. (1)
They’re working hard on upstreaming everything exactly so it’s easier for any distribution to be ported.
I wish more people on HN learned how to build their own kernel and run it.
A distro is just window dressing and flavor.
There is a bit more to it on ARM I'm afraid. The device trees are complex and it feels to me it takes it out of the realm of 'anyone can and should do it'
Device trees are certainly less portable across hardware, and more difficult to create than just booting a generic kernel on a machine that supports ACPI. However, the device tree is shipped as part of the kernel, and as long as the bootloader correctly loads the DTB and kernel, it's no more difficult to swap out the userspace portion/rootfs than any other Linux system, generally.