awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesMulti-File Kernel Module Builds

Combines several object files into a single kernel module by declaring the composite object in the Makefile.

Distinct from Kernel Module Compilation: Distinct from Kernel Module Compilation: focuses on combining multiple source files into one module, not single-file compilation.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Multi-File Kernel Module Builds. Refine with filters or upvote what's useful.

Awesome Multi-File Kernel Module Builds GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • sysprog21/lkmpgAvatar de sysprog21

    sysprog21/lkmpg

    8,511Voir sur GitHub↗

    The Linux Kernel Module Programming Guide is an educational resource that teaches how to write, compile, and manage loadable kernel modules for modern Linux kernels. It covers the complete lifecycle of kernel modules, from building and loading to unloading and debugging, with a focus on extending kernel functionality without recompiling the entire kernel. The guide provides comprehensive coverage of core kernel programming concepts including dynamic module loading, file-operation registration, interrupt handling, kernel-user data copying, concurrency control, and deferred task scheduling. It

    Teaches combining multiple object files into a single kernel module via Makefile declarations.

    TeXbookscdevice-driver
    Voir sur GitHub↗8,511
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Module Compilation
  4. Multi-File Kernel Module Builds