1 रिपॉजिटरी
Mechanisms for redirecting application library requests from a guest architecture to native host libraries.
Distinct from Host-to-Guest RPCs: Distinct from host-guest RPCs or mount mappings; it specifically handles API symbol redirection for hardware acceleration.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Library Call Forwarding. Refine with filters or upvote what's useful.
FEX is an emulator that executes 32-bit and 64-bit x86 binaries on ARM64 hardware. It functions as a binary translation framework that converts guest machine code into host instructions using a JIT compilation engine and a persistent code cache. The project features a Vulkan graphics wrapper that translates OpenGL and Vulkan API calls to native host drivers, enabling cross-architecture graphics rendering. It includes a dedicated root filesystem manager for downloading, mounting, and switching between compressed filesystem images required for guest application environments. The system provide
Implements library call forwarding to route guest requests to host libraries for hardware acceleration.