- Joined
- Apr 28, 2020
- Messages
- 84 (0.05/day)
There is x64/86 emulation on linux via box64/box86.I want one, but does linux have an answer to rosetta2 yet?
Also, iirc someone was able to run rosetta2 on amazon servers running linux, 3 hiccups happened, one was kernel (some kernel 4kb or 16kb stuff), some memory ordering stuff that is different between arm/x86 (apple follows intel memory when running a rosetta app), and iirc it required a binary taken from an ARM-based mac.
The last one can be reverse engineered/remade in software, the first 2 require hardware level stuff (and thus require to be emulated on un-supported hardware). And not every application required the issues to be solved. This is all for near-native speeds, if you dont care about near-native then yea all can be done in software.