
Some programs and most games are designed for x86 hardware, and we’ve already seen projects like box86 x86 emulator for 32-bit Arm targets and Box64 x86-64 emulator for 64-bit Arm hardware to run games on Arm hardware. The Felix86 x86-64 emulator is similar to Box64, except it targets specifically RISC-V hardware. The project is very new, but it can already run some Linux games like World of Goo 2, SuperTuxKart, and Quake OpenArena, while the Wine emulator can currently handle simple Windows games like Solitaire. You’ll find the full compatibility list on the project’s website. Felix86 features: Just-in-Time (JIT) recompiler Uses the RISC-V Vector Extension for SSE instructions Utilizes the B extension, if available, for bit manipulation instructions like bsr Supports a variety of optional extensions, such as XThead custom extensions You’ll find the source code on GitHub. Testing has mostly been done on a Banana Pi BPI-F3 SBC powered [...]
The post Felix86 is an x86-64 emulator for RISC-V hardware appeared first on CNX Software - Embedded Systems News.