cross-posted from: https://lemmy.ml/post/34392011
Most things can be done with a lot less resources than you think
cross-posted from: https://mastodon.uno/users/linux/statuses/114997298209915990
Tutto vero.
:tux: Siamo nel gruppo FediLUG Italia: @linux@diggita.com
raspberry pi
Have fun compiling the kernel, Linus 😂
Wich is not x86… also the apple chips are arm so linux should work on them no?
The issue is that, while the CPU instruction set is largely (completely?) compatible between systems, the peripherals are not, and the drivers are often handled by closed-source binary blobs that are not portable to other operating systems. So while you could get code to run on the CPU, you wouldn’t have networking, display, audio, etc. Same reason you can’t just drop Linux on any old Android phone or tablet either (some you can, but not many).
Yea fair, i am beginning to get into making hardware work with cobbeling together device trees, i would have guessed that at least after some time the apple hardware would have been known well enough to make it work.
I think only asahi Linux worked on the apple M chips last time I checked. Do all arm chips use the same instruction set?