awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesDevice Stacking Architectures

Layered driver hierarchies where I/O requests pass through sequences of function and filter drivers.

Distinct from Device Drivers: Distinct from general Device Drivers: specifically addresses the WDM stacking and filtering mechanism.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Device Stacking Architectures. Refine with filters or upvote what's useful.

Awesome Device Stacking Architectures GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • microsoft/windows-driver-samplesالصورة الرمزية لـ microsoft

    microsoft/Windows-driver-samples

    7,772عرض على GitHub↗

    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 netwo

    Implements the Windows Driver Model layered hierarchy for routing requests through filter and function drivers.

    C
    عرض على GitHub↗7,772
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Kernel Development
  5. Kernel Driver Implementation
  6. Device Drivers
  7. Device Stacking Architectures