▲ | OsrsNeedsf2P 5 days ago | |
There's lots of responses but they miss the point. Rosetta let you run x86/64 apps without even knowing they were x86/64. Back when I ran Asahi, I searched far and wide, but Linux doesn't support that level of transparent integration. You always had to fuddle with the launch params. | ||
▲ | adastra22 5 days ago | parent | next [-] | |
Pedantic point, but Linux (the kernel) absolutely does. You can register an executable handler for amd64 binaries, and have Linux call that whenever one is invoked. There is absolutely no user land infrastructure for using this in the way that Rosetta does on macOS, though. Feel free to contribute it! | ||
▲ | psanford 5 days ago | parent | prev | next [-] | |
You can run x86 steam games on asahi easily now. muvm makes it quite easy to run x86 binaries fairly transparently on arm. | ||
▲ | yjftsjthsd-h 5 days ago | parent | prev [-] | |
qemu user mode does that |