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

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

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

1 مستودع

Awesome GitHub RepositoriesDevice Control Calls

Low-level system calls used to send control data directly to kernel device drivers.

Distinct from Driver to Device Mapping: Existing candidates are too specific to HID or Android, whereas this is general Unix ioctl/device control

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

Awesome Device Control Calls GitHub Repositories

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

    nix-rust/nix

    2,986عرض على GitHub↗

    nix is a Unix system API library and Rust system programming interface that provides type-safe bindings for invoking low-level system calls. It serves as a low-level operating system wrapper and POSIX compatibility layer, allowing for kernel interactions and administrative tasks through safe wrappers around platform-specific APIs. The project provides a kernel device interface for controlling hardware devices, managing kernel modules, and configuring terminal interfaces. It differentiates itself by offering type-safe wrappers for memory mapping and zero-copy input-output operations to reduce

    Executes system calls to read, write, or pass control data directly to kernel device drivers.

    Rustlibcrustrust-bindings
    عرض على GitHub↗2,986
  1. Home
  2. Operating Systems & Systems Programming
  3. Device Control Calls