awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesPCI Device Driver Implementations

Binds a driver to a PCI or PCIe device discovered by the kernel, then probes and manages its resources and interrupts.

Distinct from Device Drivers: Distinct from Device Drivers: focuses specifically on PCI/PCIe bus driver binding and resource management, not general device drivers.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · PCI Device Driver Implementations. Refine with filters or upvote what's useful.

Awesome PCI Device Driver Implementations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sysprog21/lkmpgAvatar de sysprog21

    sysprog21/lkmpg

    8,511Ver en 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 how to write PCI device drivers that bind to hardware and manage resources.

    TeXbookscdevice-driver
    Ver en GitHub↗8,511
  • hyperdbg/hyperdbgAvatar de HyperDbg

    HyperDbg/HyperDbg

    3,885Ver en GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Lists connected PCI and PCIe devices along with vendor and device identification details.

    Cbinary-analysisdebugdebugger
    Ver en GitHub↗3,885
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Kernel Development
  5. Kernel Driver Implementation
  6. Device Drivers
  7. PCI Device Driver Implementations

Explorar subetiquetas

  • PCI Configuration Space Inspectors1 sub-etiquetaRetrieves and displays the configuration space for PCI or PCIe devices. **Distinct from PCI Device Driver Implementations:** Distinct from PCI Device Driver Implementations: focuses on inspecting configuration space rather than managing driver resources.