1 مستودع
Implementations of system-level APIs that run in user space rather than within the operating system kernel.
Distinct from User-Space Implementations: Candidates focus specifically on network stacks or file systems; this is a general implementation of the Windows API in user space.
Explore 1 awesome GitHub repository matching operating systems & systems programming · User-Space API Implementations. Refine with filters or upvote what's useful.
Wine is a compatibility layer that enables Windows binaries and applications to run on Unix-like operating systems. It functions as a cross-platform binary loader and Windows API implementation that translates system calls into functional equivalents on non-Windows platforms. The project provides tools for both the execution of existing binaries and the porting of Windows source code into native executables for Unix or macOS. This includes the ability to launch legacy software, such as older DOS and early Windows programs, on modern hardware. The system operates by mapping Windows system cal
Reimplements Windows API libraries in user space to avoid the need for a kernel-level compatibility layer.