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

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

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

starnight/DriverPractice

0
View on GitHub↗
156 نجوم·55 تفرعات·C·2 مشاهدات

DriverPractice

This is reference from 動手寫 Linux Driver

Features

  • Linux Kernel Development - Practice exercises for Linux driver development.

سجل النجوم

مخطط تاريخ النجوم لـ starnight/driverpracticeمخطط تاريخ النجوم لـ starnight/driverpractice

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة starnight/driverpractice؟

This is reference from 動手寫 Linux Driver

ما هي الميزات الرئيسية لـ starnight/driverpractice؟

الميزات الرئيسية لـ starnight/driverpractice هي: Linux Kernel Development.

ما هي البدائل مفتوحة المصدر لـ starnight/driverpractice؟

تشمل البدائل مفتوحة المصدر لـ starnight/driverpractice: fishinabarrel/linux-kernel-module-rust — This project provides a development framework for writing loadable Linux kernel modules using the Rust programming… micode/xiaomi_kernel_opensource — This repository provides the Android device kernel and the corresponding Linux kernel source tree. It serves as the… balloonwj/cppguide — CppGuide is a curated collection of educational resources and practical guides focused on C++ server development,… xiaowenxia/embedded-notes — embedded-notes is a collection of technical study guides and development notes focused on embedded Linux, Linux kernel… nvidia/open-gpu-kernel-modules — This project is an open source Linux GPU kernel driver implemented as a loadable kernel module. It functions as a GPU… linux-kernel-labs-zh/docs-linux-kernel-labs-zh-cn — This project provides a structured educational curriculum designed to teach Linux kernel internals and system…

بدائل مفتوحة المصدر لـ DriverPractice

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع DriverPractice.
  • fishinabarrel/linux-kernel-module-rustالصورة الرمزية لـ fishinabarrel

    fishinabarrel/linux-kernel-module-rust

    1,340عرض على GitHub↗

    This project provides a development framework for writing loadable Linux kernel modules using the Rust programming language. It establishes a methodology for safe systems programming by enforcing memory and thread safety within the restricted execution environment of the kernel, allowing developers to extend operating system functionality while preventing common memory corruption errors. The framework distinguishes itself through automated generation of type-safe foreign function interfaces, which bridge high-level code with low-level kernel headers and system structures. It maps high-level s

    Rust
    عرض على GitHub↗1,340
  • micode/xiaomi_kernel_opensourceالصورة الرمزية لـ MiCode

    MiCode/Xiaomi_Kernel_OpenSource

    9,683عرض على GitHub↗

    This repository provides the Android device kernel and the corresponding Linux kernel source tree. It serves as the foundational codebase for managing the hardware architecture and power management of mobile devices. The project includes a comprehensive mobile hardware driver set designed to manage device-specific components, such as CPUs, GPUs, and cellular modems. The source code supports activities including Android kernel customization, custom ROM development, Linux kernel auditing, and mobile driver development.

    عرض على GitHub↗9,683
  • balloonwj/cppguideالصورة الرمزية لـ balloonwj

    balloonwj/CppGuide

    6,030عرض على GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    عرض على GitHub↗6,030
  • nvidia/open-gpu-kernel-modulesالصورة الرمزية لـ NVIDIA

    NVIDIA/open-gpu-kernel-modules

    17,107عرض على GitHub↗

    This project is an open source Linux GPU kernel driver implemented as a loadable kernel module. It functions as a GPU firmware loader, providing the low-level driver services necessary to enable direct communication between the operating system and graphics processing units. The driver utilizes a dual-module architecture that separates GPL-licensed kernel code from proprietary firmware blobs. This system extracts and links signed binary firmware images into the kernel modules at driver load time. The project provides driver support for Turing-architecture GPUs and all subsequent newer hardwa

    C
    عرض على GitHub↗17,107
عرض جميع البدائل الـ 11 لـ DriverPractice→