awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesDynamic Kernel Module Loading

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.

Awesome Dynamic Kernel Module Loading GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rcore-os/rcorercore-os का अवतार

    rcore-os/rCore

    3,688GitHub पर देखें↗

    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
    GitHub पर देखें↗3,688
  1. Home
  2. Operating Systems & Systems Programming
  3. Modular Kernel Composition
  4. Dynamic Kernel Module Loading