1 dépôt
Mechanisms for loading and integrating new kernel functions into a running system without rebooting.
Distinct from Modular Kernel Composition: Distinct from composition by focusing on the runtime loading process rather than the design-time assembly of the kernel.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Dynamic Kernel Module Loading. Refine with filters or upvote what's useful.
rCore is a Rust-based operating system kernel and microkernel designed for Linux compatibility. It functions as a self-hosted development kit that implements a system call interface to support the execution of standard Linux userspace applications. The system is designed for modularity, featuring a mechanism for loading and integrating kernel modules into the active environment without requiring a system reboot. The kernel provides core operating system capabilities, including virtual memory mapping for process isolation, a disk-based file system for data persistence, and a layered network p
Allows new kernel functions to be integrated into the active environment without requiring a system reboot.