awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/Windows-driver-samples

0
View on GitHub↗
7,772 stele·5,034 fork-uri·C·MS-PL·5 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru microsoft/windows-driver-samplesGraficul istoricului de stele pentru microsoft/windows-driver-samples

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Windows Driver Samples

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Windows Driver Samples.
  • smartthingscommunity/smartthingspublicAvatar SmartThingsCommunity

    SmartThingsCommunity/SmartThingsPublic

    2,629Vezi pe 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
    Vezi pe GitHub↗2,629
  • apple/darwin-xnuAvatar apple

    apple/darwin-xnu

    11,258Vezi pe 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
    Vezi pe GitHub↗11,258
  • tinygo-org/tinygoAvatar tinygo-org

    tinygo-org/tinygo

    17,529Vezi pe 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
    Vezi pe GitHub↗17,529
  • hoshimin/kernel-bridgeAvatar HoShiMin

    HoShiMin/Kernel-Bridge

    1,817Vezi pe 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++
    Vezi pe GitHub↗1,817
Vezi toate cele 30 alternative pentru Windows Driver Samples→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale microsoft/windows-driver-samples?

Principalele funcționalități ale microsoft/windows-driver-samples sunt: 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.

Care sunt câteva alternative open-source pentru microsoft/windows-driver-samples?

Alternativele open-source pentru microsoft/windows-driver-samples includ: 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…