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

microsoft/Windows-driver-samples

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

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.

Historique des stars

Graphique de l'historique des stars pour microsoft/windows-driver-samplesGraphique de l'historique des stars pour microsoft/windows-driver-samples

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Windows Driver Samples

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Windows Driver Samples.
  • smartthingscommunity/smartthingspublicAvatar de SmartThingsCommunity

    SmartThingsCommunity/SmartThingsPublic

    2,629Voir sur 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
    Voir sur GitHub↗2,629
  • apple/darwin-xnuAvatar de apple

    apple/darwin-xnu

    11,258Voir sur 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
    Voir sur GitHub↗11,258
  • tinygo-org/tinygoAvatar de tinygo-org

    tinygo-org/tinygo

    17,529Voir sur 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
    Voir sur GitHub↗17,529
  • hoshimin/kernel-bridgeAvatar de HoShiMin

    HoShiMin/Kernel-Bridge

    1,817Voir sur 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++
    Voir sur GitHub↗1,817
Voir les 30 alternatives à Windows Driver Samples→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de microsoft/windows-driver-samples ?

Les fonctionnalités principales de microsoft/windows-driver-samples sont : 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.

Quelles sont les alternatives open-source à microsoft/windows-driver-samples ?

Les alternatives open-source à microsoft/windows-driver-samples incluent : 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…