- cross-posted to:
- technology@hexbear.net
- technology@lemmygrad.ml
- technology@lemmy.ml
- cross-posted to:
- technology@hexbear.net
- technology@lemmygrad.ml
- technology@lemmy.ml
cross-posted from: https://lemmy.ml/post/17489781
cross-posted from: https://lemmy.ml/post/17489781
In a Linux distribution for a particular architecture all code is compiled to the underlying CPU architecture. Packages can also be built from source.
Proprietary software is different since it doesn’t give you the freedom to build things from scratch. There are emulators, of course, but they all fundamentally suck.
Not all code is written portable. Say, many things won’t compile or won’t work under PPC64.
MIPS64 is not a very common architecture today. We know XOrg, FVWM and Emacs will probably work, so I expect this thing to be usable for many things. But not just as good as Linux on amd64.
https://www.debian.org/ports/mips/ supports Loongson 3 so it seems everything I’d need is in the green.