awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesKernel Header Distribution

Mechanisms for deploying kernel header files and module maps to system directories for driver and extension development.

Distinct from Kernel and Module Distributions: Candidates focus on parsing headers or distribution of pre-compiled binaries, not the deployment of source headers.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Kernel Header Distribution. Refine with filters or upvote what's useful.

Awesome Kernel Header Distribution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apple/darwin-xnuapple 的头像

    apple/darwin-xnu

    11,258在 GitHub 上查看↗

    XNU 是一个混合操作系统内核,结合了微内核架构和用于系统服务的单体层。它为操作系统开发提供了基础,结合了标准化的系统调用接口、模块化设备驱动程序框架和强制访问控制安全。 该架构具有基于 Mach 的微内核和基于 BSD 的单体层。它利用消息传递进程间通信总线在隔离的内核组件和用户空间进程之间进行安全数据交换,以及将硬件特定逻辑与核心内核解耦的面向对象驱动程序框架。 该系统包括用于策略驱动安全执行的强制访问控制引擎,以及用于检查实时内存和分析系统崩溃的远程内核调试器。附加能力涵盖多处理器调度、硬件资源协调以及用于跨不同架构生成可引导镜像的构建系统。 该项目提供用于内核构建管理、调试符号生成的工具,以及用于系统调用验证的框架。

    Deploys kernel header files and module maps to system directories for user-level driver and extension development.

    C
    在 GitHub 上查看↗11,258
  • raspberrypi/documentationraspberrypi 的头像

    raspberrypi/documentation

    5,575在 GitHub 上查看↗

    This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio

    Documents installing the function and structure definitions needed to compile kernel modules.

    Pythonasciidocdocumentationraspberry-pi
    在 GitHub 上查看↗5,575
  • apple-oss-distributions/xnuapple-oss-distributions 的头像

    apple-oss-distributions/xnu

    2,922在 GitHub 上查看↗

    XNU is an operating system kernel designed to manage system hardware and process execution across different processor architectures. It utilizes a hybrid microkernel design that combines microkernel message passing with monolithic kernel performance by embedding critical subsystems into a single address space. The project implements a port-based asynchronous messaging system for communication between kernel tasks and userspace processes. It manages hardware interactions through a layered driver architecture and enforces system-wide security policies via a mandatory access control interface.

    Deploys header files and module maps to system directories for use by extensions, drivers, and applications.

    C
    在 GitHub 上查看↗2,922
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Header Distribution

探索子标签

  • Kernel Module Compilation HeadersInstalling the function and structure definitions needed to compile kernel modules. **Distinct from Kernel Header Distribution:** Distinct from Kernel Header Distribution: focuses on installing headers specifically for compiling kernel modules, not general header deployment.