1 مستودع
Kernel capabilities that enable the execution of standard user-space applications like web browsers.
Distinct from Web Content Browsing: Candidates focus on mobile or integrated browsing; this is about providing the environment for general browsers.
Explore 1 awesome GitHub repository matching operating systems & systems programming · User-Space Application Support. Refine with filters or upvote what's useful.
This project is an educational framework and toolkit designed for developing and testing operating system kernels. It provides a structured environment for implementing fundamental system primitives, including virtual memory management, preemptive process scheduling, and filesystem organization, using Rust and C. The framework is specifically oriented toward RISC-V and x86 architectures, serving as a laboratory for learning how to build core system software from the ground up. The project distinguishes itself by supporting both bare-metal deployment and hardware emulation, allowing developers
Supports the execution of interactive shell commands and user-space programs within an isolated environment.