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
·
microsoft avatar

microsoft/Windows-driver-samples

0
View on GitHub↗
7,772 estrellas·5,034 forks·C·MS-PL·5 vistas

Windows Driver Samples

This repository is a collection of reference source code and implementation examples for developing drivers using the Windows Driver Kit. It provides hardware device driver samples and development templates for building kernel-mode software that enables communication between the Windows operating system and hardware devices.

The library includes examples for creating universal Windows drivers, which utilize a shared set of interfaces to operate across multiple versions of the operating system. It also contains specialized implementation samples for various hardware categories, including network, storage, USB, audio, cameras, printers, and displays.

The project covers driver development workflows using the Windows Driver Kit and Visual Studio to build and test drivers.

Features

  • Device Drivers - Provides reference implementations of kernel-mode drivers for hardware device communication and interrupt management.
  • Windows Driver Kit Sample Libraries - Provides a collection of reference source code and implementation examples for developing drivers using the Windows Driver Kit.
  • Custom Device Driver Development - Provides frameworks and samples for creating drivers that translate proprietary hardware signals into standardized system capabilities.
  • Custom Hardware Drivers - Implements event-driven logic and custom driver functionality for cameras, printers, displays, and wireless adapters.
  • Kernel-Mode Execution Models - Implements drivers that run at the highest privilege level to interact directly with system memory and hardware.
  • Hardware Drivers - Provides reference implementations of low-level software for communicating with and controlling specific hardware peripherals.
  • USB and Network Driver Implementations - Provides specialized implementation samples for network, storage, USB, and audio hardware domains.
  • Universal Driver Development - Provides examples for writing a single driver codebase that works across various Windows OS editions.
  • Universal Driver Interfaces - Implements a shared set of APIs to ensure driver binaries work across multiple Windows OS editions.
  • Universal Windows Driver Samples - Provides sample code for creating single driver codebases that operate across multiple Windows OS editions.
  • Universal Windows Drivers - Focuses on the domain of creating single-binary drivers that work across various Windows editions.
  • Windows Driver Development - Serves as a comprehensive resource for creating low-level software to interface Windows with hardware devices.
  • Windows Driver Kit Workflows - Demonstrates driver development workflows using the Windows Driver Kit and Visual Studio.
  • Build Toolchains - Utilizes the Windows Driver Kit and Visual Studio as an integrated toolchain for compiling and packaging kernel-mode binaries.
  • Device Stacking Architectures - Implements the Windows Driver Model layered hierarchy for routing requests through filter and function drivers.
  • Driver Development Templates - Provides pre-configured project samples for building and testing kernel-mode drivers in Visual Studio.
  • Kernel Driver Frameworks - Utilizes the KMDF framework to manage driver state and hardware events while reducing manual resource tracking.

Historial de estrellas

Gráfico del historial de estrellas de microsoft/windows-driver-samplesGráfico del historial de estrellas de microsoft/windows-driver-samples

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Windows Driver Samples

Proyectos open-source similares, clasificados según cuántas características comparten con Windows Driver Samples.
  • smartthingscommunity/smartthingspublicAvatar de SmartThingsCommunity

    SmartThingsCommunity/SmartThingsPublic

    2,629Ver en GitHub↗

    This project is a smart home automation framework and a library of device drivers and handlers designed to integrate hardware into the SmartThings ecosystem. It functions as an IoT device handler repository that translates proprietary hardware signals into standard commands for a central hub. The system emphasizes a local hub rules engine to execute automation logic and device routines directly on hardware, reducing reliance on cloud processing. It provides a collection of custom drivers specifically for managing Zigbee, Z-Wave, and LAN devices. The framework covers the development of custom

    Groovyinternet-of-thingsoauth2open-source
    Ver en GitHub↗2,629
  • apple/darwin-xnuAvatar de apple

    apple/darwin-xnu

    11,258Ver en GitHub↗

    XNU is a hybrid operating system kernel that combines a microkernel architecture with a monolithic layer for system services. It provides a foundation for operating system development, incorporating standardized system-call interfaces, a modular device driver framework, and mandatory access control security. The architecture features a Mach-based microkernel and a BSD-based monolithic layer. It utilizes a message-passing inter-process communication bus for secure data exchange between isolated kernel components and user-space processes, alongside an object-oriented driver framework that decou

    C
    Ver en GitHub↗11,258
  • tinygo-org/tinygoAvatar de tinygo-org

    tinygo-org/tinygo

    17,529Ver en GitHub↗

    TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to resource-constrained microcontrollers and WebAssembly environments. It provides a bare-metal runtime environment that enables high-level code execution without the need for a traditional operating system, utilizing an LLVM-based backend to generate efficient machine instructions. The project distinguishes itself through aggressive optimization techniques tailored for small hardware, including a static memory allocation strategy and whole-program dead code elimination that significantly re

    Goadafruitarduinoarm
    Ver en GitHub↗17,529
  • hoshimin/kernel-bridgeAvatar de HoShiMin

    HoShiMin/Kernel-Bridge

    1,817Ver en GitHub↗

    Kernel-Bridge is a C++ framework designed for Windows kernel-mode development, providing a comprehensive toolkit for building drivers, hypervisors, and system-level monitoring tools. It serves as a foundational environment for managing low-level operating system interactions, including memory management, process control, and cross-layer communication. The project distinguishes itself by offering specialized primitives for hypervisor construction and hardware-assisted memory isolation. It facilitates advanced system manipulation through techniques such as direct kernel object modification, asy

    C++
    Ver en GitHub↗1,817
Ver las 30 alternativas a Windows Driver Samples→

Preguntas frecuentes

¿Qué hace microsoft/windows-driver-samples?

This repository is a collection of reference source code and implementation examples for developing drivers using the Windows Driver Kit. It provides hardware device driver samples and development templates for building kernel-mode software that enables communication between the Windows operating system and hardware devices.

¿Cuáles son las características principales de microsoft/windows-driver-samples?

Las características principales de microsoft/windows-driver-samples son: Device Drivers, Windows Driver Kit Sample Libraries, Custom Device Driver Development, Custom Hardware Drivers, Kernel-Mode Execution Models, Hardware Drivers, USB and Network Driver Implementations, Universal Driver Development.

¿Qué alternativas de código abierto existen para microsoft/windows-driver-samples?

Las alternativas de código abierto para microsoft/windows-driver-samples incluyen: smartthingscommunity/smartthingspublic — This project is a smart home automation framework and a library of device drivers and handlers designed to integrate… apple/darwin-xnu — XNU is a hybrid operating system kernel that combines a microkernel architecture with a monolithic layer for system… tinygo-org/tinygo — TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to… hoshimin/kernel-bridge — Kernel-Bridge is a C++ framework designed for Windows kernel-mode development, providing a comprehensive toolkit for… nasa/fprime — F Prime is a component-based framework designed for the development and deployment of embedded and spaceflight… hyperdbg/hyperdbg — HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control…