awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesModular Kernel Composition

Systems for assembling operating system kernels by selecting and swapping interchangeable drivers and modules.

Distinct from Template-Based Kernel Composition: Existing candidates focus on GPU kernels or emulation; this is about the structural composition of a library OS kernel.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Modular Kernel Composition. Refine with filters or upvote what's useful.

Awesome Modular Kernel Composition GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • unikraft/unikraftAvatar unikraft

    unikraft/unikraft

    3,733Vezi pe GitHub↗

    Unikraft is a modular library operating system and unikernel framework designed to compile applications into minimal, bootable virtual machine images. It serves as an OCI-compliant image builder and a cloud-native hypervisor target, enabling the creation of specialized runtimes that include only the specific drivers and libraries required by a single application. The system features a Linux compatibility layer that maps standard API calls and POSIX standards to unikernel libraries, allowing unmodified binaries to run without a full general-purpose kernel. It distinguishes itself by allowing c

    Implements a modular framework for composing specialized operating systems by selecting only necessary drivers and libraries.

    Capplicationcloudcloud-native
    Vezi pe GitHub↗3,733
  • rcore-os/rcoreAvatar rcore-os

    rcore-os/rCore

    3,688Vezi pe GitHub↗

    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.

    Rustaarch64mipsosdev
    Vezi pe GitHub↗3,688
  1. Home
  2. Operating Systems & Systems Programming
  3. Modular Kernel Composition

Explorează sub-etichetele

  • Dynamic Kernel Module LoadingMechanisms 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.