Replies: 6 comments
-
Because of "bitness", that is 32bits vs 64bits. note that for 32bits on 64bits, some OS (like debian) can use Multiarch to have both architecture on the same OS. (I may, at some point, create "box32" to run x86 software on 64bits OS, but for now, I'm not decided and the amount of work is huge, so not sure it'll exist one day) |
Beta Was this translation helpful? Give feedback.
-
Tnks for explanation. Box32 will help a lot of users. But for now, i will adapt to all we have now |
Beta Was this translation helpful? Give feedback.
-
For box32 can we avoid multiarch requirements? |
Beta Was this translation helpful? Give feedback.
-
That would be the point yes. |
Beta Was this translation helpful? Give feedback.
-
I am not entirely sure, but you might be able to run box86 on a 64-bit OS provided you install 32-bit copies of every library in the system. If I am not mistaken then ARM can run 32 bit code on 64 bit processors in some backwards compatibility mode, like x86 does. |
Beta Was this translation helpful? Give feedback.
-
Yep, that's multiarch. |
Beta Was this translation helpful? Give feedback.
-
I have a rpi 4b 4gb with arm64 os installed. I want to use box86 and box64, BUT I need a different os for box86. Why?
If this project only translates from one architecture to another (Also more things, I know), why not creating a "mix" detecting x86 or x86_64 and executing that?
I don't know why, just asking
:D
Beta Was this translation helpful? Give feedback.
All reactions