Software:Box86
From HandWiki
Developer(s) | Ptitseb |
---|---|
Written in | C |
Operating system | Linux |
Type | Emulator |
License | MIT |
Box86 is an emulator for x86 userspace tools on ARM Linux systems, allowing such systems to execute video games and other programs that have been compiled for x86 Linux systems.[1][2] Box86 is an alternative to QEMU for user-mode emulation. Box86 also provides dynamic recompilation as well as functionality to intercept dynamic library calls and forward them to equivalent native libraries, allowing applications to run significantly faster than if they were fully emulated.
Box86 also has limited support for running Wine, allowing users to run x86 Windows apps on ARM devices like the Raspberry Pi.
Ptitseb has also released Box64, the ARM64 equivalent of Box86 that helps run x64 programs instead of x86.[3]
References
- ↑ Larabel, Michael (28 March 2021). "Box86 Continues Quest For Running x86 Linux Programs On ARM, Other Archs". https://www.phoronix.com/scan.php?page=news_item&px=Box86-x86-On-Other-Archs.
- ↑ Benne, Junae (28 November 2020). "How to Create a Steam Link with Raspberry Pi". https://www.tomshardware.com/how-to/steam-link-raspberry-pi.
- ↑ ptitSeb (2021-11-30), ptitSeb/box64, https://github.com/ptitSeb/box64, retrieved 2021-11-30
External links
Original source: https://en.wikipedia.org/wiki/Box86.
Read more |