Running x86 on arm linux

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Box86 — Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices

License

ptitSeb/box86

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Linux Userspace x86 Emulator with a twist

Box86 lets you run x86 Linux programs (such as games) on non-x86 Linux systems, like ARM (host system needs to be 32bit little-endian).

You NEED a 32-bit subsystem to run and build Box86. Box86 is useless on 64-bit only systems. Also, you NEED a 32-bit toolchain to build Box86. A toolchain that only supports 64-bit will not compile Box86, and you’ll get errors (typically on aarch64, you get «-marm» not recognized, and you’ll need a multiarch or chroot environment).

Because Box86 uses the native versions of some «system» libraries, like libc, libm, SDL, and OpenGL, it’s easy to integrate and use with most applications, and performance can be surprisingly high in many cases. Take a look at those bench analysis for an example here. That also means that you will need a 32bits userspace on 64bits OS, like armhf on top an aarch64 64bits OS.

Most x86 Games need OpenGL, so on ARM platforms a solution like gl4es might be necessary. (Some ARM platforms only support OpenGL ES and/or their OpenGL implementation is dodgy. (see OpenGL on Android))

Box86 now integrates a DynaRec (dynamic recompiler) for the ARM platform, providing a speed boost between 5 to 10 times faster than only using the interpreter. Some high level information on how the Dynarec work can be found here.

Many games just work without much tweaking, for example: WorldOfGoo, Airline Tycoon Deluxe, and FTL. Many of the GameMaker Linux games also run fine. (there’s a long list, among them are UNDERTALE, A Risk of Rain, and Cook Serve Delicious). Unity3D games also works fine, but the OpenGL requirement might be an issue on some ARM platforms.

Читайте также:  Set up kali linux

If you are serious about developing Box86, you should install ccache and build Box86 with it. (Use ccmake for example.) To enable TRACE (i.e. dumping to stdout all individual x86 instructions executed, with dump of registers), you’ll also need Zydis library available on your system.

Some x86 internal opcodes use parts of «Realmode X86 Emulator Library», see x86primop.c for copyright details

Compilation instructions can be found here
Instructions for installing Wine for Box86 can be found here

Here are 6 videos, the first 2 videos are videos of «Airline Tycoon Deluxe» and «Heretic 2» running on a GigaHertz OpenPandora (the second one is using the dynarec), and the next 2 videos are videos of of «Bit.Trip.Runner» and «Neverwinter Night» running on an ODroid XU4 (without dynarec), and the last 2 videos are on on a Pi4: Shovel Knight (video from @ITotalJustice) and Freedom Planet (video from @djazz), also without dynarec.

Play on Youtube Play on Youtube Play on Youtube Play on Youtube Play on Youtube Play on Youtube

You can find many more Box86 videos on the MicroLinux, Pi Labs or The Byteman YouTube channels.

Logo and Icon made by @grayduck, thanks!

Note that this project is not to be mistaken with 86box, a nice «Full system» emulator specialized in early (to fairly recent) PC hardware.

There are a few environment variables to control the behaviour of Box86.

See here for all environment variables and what they do.

Note: Box86’s Dynarec uses a mechanism with Memory Protection and a SegFault signal handler to handle JIT code. In simpler terms, if you want to use GDB to debug a running program that use JIT’d code (like mono/Unity3D), you will still have many «normal» segfaults triggering. It is suggested to use something like handle SIGSEGV nostop in GDB to not stop at each segfault, and maybe put a breakpoint inside my_box86signalhandler in signals.c if you want to trap SegFaults.

The change log is available here

Notes about 64-bit platforms

Because Box86 works by directly translating function calls from x86 to host system, the host system (the one Box86 is running on) needs to have 32-bit libraries. Box86 doesn’t include any 32-bit 64-bit translation. So basically, to run Box86 on, for example, an ARM64 platform, you will need to build Box86 for ARM 32-bit, and also need to have a chroot with 32-bit libraries.

If you look at a 64bits version of box86, look at Box64: this one is able to run x86_64 binaries on 64-bit platforms. But note that you still need Box86 (and a 32-bit chroot) to run x86 binaries (as it also happens on actual x86_64 Linux that need x86 libs and binary on multiarch to run).

Notes about Box86 configuration

Box86 now have configurations files. There are 2 files loaded. /etc/box4.box86rc and ~/.box86rc . Both files have the same syntax, and is basicaly an ini files. Section in square brakets define the process name, and the rest is the env. var. to set. Looke at Usage for detail on what parameters can be put. Box86 comes with a default file that should be installed for better stability. The file in in system/box86.box86rc and should be installed to /etc/box86.box86rc If, for some reasons, you don’t want to install that file here, at least copy it to ~/.box86rc or some game may not function correctly. Note that the priority is: ~/.bashrc > /etc/box86.box86rc > command line So, your settings in ~/.bashrc may override the setting from your command line.

Читайте также:  Make zip archive linux

Notes about Unity game emulation

Running Unity games shoudl generaly work now, but you should also note that many Unity3D games require OpenGL 3+ which can be tricky to provide on ARM SBC (single-board computers) for now. Hint: on Pi4, use MESA_GL_VERSION_OVERRIDE=3.2 and with Panfrost use PAN_MESA_DEBUG=gl3 to use higher profile if the game starts then quits before showing anything.

Linux Steam’s can run now with box86. but you also need box64 for it to completly usable. It is advised to run steam in the Small mode, as it use the less memory, but steamwebhelper (a 64bits process) will still be loaded even if not used. The login screen cannot run without steamwebhelper, and will just show a blank windows without box64 properly setup in the system. File note, Steam will use a lot of memory, and barely fit on system with 4GB of RAM. It will not work anymore on system with less memory (as a workaround, create a swap file, login and check «remember me», the use box64rc to disable steamwebhelper and run only in small mode without swap after the 1st login) Final note: the Steam BigPicture will work, but also need steamwebhelper (and so box64), and lots of memory. It will not start on system with only 4GB of RAM without swap.

  • If you have trouble installing Steam, you can find install_steam.sh in the root folder of the box86 repo. This simple script will download and install steam in your home folder, and then create a shortcut to steam in /usr/local/bin (and for this it will ask for sudo permission). Simply use steam to launch once it’s installed. Note that the installation, being in the Home folder, will only work for a single user. Don’t use this script if you need a multi-user installation.
  • To avoid the «libc.so.6 is absent» message, you can use STEAMOS=1 and STEAM_RUNTIME=1 as environment variables (it’s automatically there if you used the install_steam.sh script)

to disable steamwebhelper when box64 installed and running, create (or edit) ~/.box64rc and add:

[steamwebhelper] BOX64_EXIT=1 

in it and it will be disable. Comment with a # those 2 lines to enable it again

Wine is now supported. Wine integrated program all runs, and many windows programs and games also runs fine. Don’t forget most Windows games use Direct3D, this may require a complete OpenGL driver and a as high profile as possible (and gl4es with ES2 backend have issue with Wine for now). Note: if you plan to use box86 with Wine on Raspberry Pi 3 or earlier, those models use a default OS that have a kernel with a 2/2 Split (meaning 2G of space for user program, and 2G of space for the Kernel). This is not compatible with Wine programs that needs to access memory > 2Gb address. So you’ll need to reconfigure your kernel for a 3G/1G split.

Читайте также:  Альт линукс vipnet csp

Box86 already wrap Vulkan. If your system has a 32bits Vulkan driver, box86 will use it when needed. Profile 1.0, 1.1, 1.2 and 1.3, with some extensions, should be OK. DXVK, including the 2.0, works. I know some demos work on Pi4 (Sascha Willems demos build for x86 work the same as if build on armhf directly). Note that the Vulkan driver of the Pi4 DOES NOT support dxvk for now (wine DirectX->Vulkan wrapper). It’s not a box86 issue, it’s missing extensions (hardware support) and a few other things that make dxvk not working on pi4. On Panfrost side, PanVK is a bit young and I haven’t tested dxvk with it yet.

I want to thank everyone who has contributed to box86 development. There are many ways to contribute: code, financial, hardware and advertisement! So, in no particular order, I want to thank:

  • For their major code contribution: rajdakin, icecream95, M-HT
  • For their major financial contribution: FlyingFathead, stormchaser3000, dennis1248, sll00, libre-computer-project
  • For their hardware contribution: Radxa, Pine64, DragonBox, Novaspirit, HardKernel, TwisterOS team
  • For their continuous advertisement of box86 project: salva (microLinux), PILab/TwisterOS team, The Byteman, NicoD

And I also thank the many other people who participated even once in the project.

(If you use Box86 in your project, please don’t forget to mention it!)

About

Box86 — Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices

Источник

Running x86 on arm linux

To run x86 code we are going to utilize qemu-user-static.

Install necessary packages

[email protected]:~$ sudo apt update [email protected]:~$ [email protected]:~$ sudo apt install -y qemu-user-static binfmt-support [email protected]:~$ [email protected]:~$ sudo dpkg --add-architecture amd64 [email protected]:~$ [email protected]:~$ sudo apt update [email protected]:~$ [email protected]:~$ sudo apt install libc6:amd64 [email protected]:~$ 

Please keep in mind that more libraries may need to be installed depending on what package is being ran. In some cases these libraries will be installed automatically with the package install, however in others some research must be done to learn what is missing.

Running x86 code

[email protected]:~$ sudo dpkg --add-architecture amd64 [email protected]:~$ [email protected]:~$ sudo apt install -y powershell [email protected]:~$ [email protected]:~$ file /opt/microsoft/powershell/7/pwsh /opt/microsoft/powershell/7/pwsh: ELF 64-bit LSB pie executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=9c3feab2531f770c71d023f031faf37758181701, stripped [email protected]:~$ [email protected]:~$ pwsh zsh: exec format error: pwsh [email protected]:~$ # After qemu-user-static install [email protected]:~$ sudo apt install -y qemu-user-static binfmt-support [email protected]:~$ [email protected]:~$ pwsh PowerShell 7.1.3 Copyright (c) Microsoft Corporation. https://aka.ms/powershell Type 'help' to get help. ┌──(kali㉿kali)-[/home/kali] └─PS> 

If there is a downloaded binary that is x86 that is not automatically being ran under qemu-user-static , you can invoke it with the following command:

[email protected]:~$ qemu-x86_x64-static my_x86_code [email protected]:~$ 

Updated on: 2023-Mar-06
Author: gamb1t

Источник

Оцените статью
Adblock
detector