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

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

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

3 个仓库

Awesome GitHub RepositoriesDriver Runtime Integrations

Interfaces that allow applications to directly invoke driver and runtime functions for hardware resource management.

Distinct from Hardware Acceleration Drivers: None of the candidates cover high-level language integration with specific compute driver runtimes like CUDA.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Driver Runtime Integrations. Refine with filters or upvote what's useful.

Awesome Driver Runtime Integrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dortania/opencore-install-guidedortania 的头像

    dortania/OpenCore-Install-Guide

    4,212在 GitHub 上查看↗

    本项目是一份全面的技术手册,旨在指导如何在非 Apple x86 硬件上使用 OpenCore 引导加载程序安装 macOS。它作为一份配置指南,用于模拟 Apple 硬件并修补系统固件,以在 PC 上实现操作系统兼容性。 该文档提供了关于 SMBIOS 硬件模拟的详细说明,包括系统标识符和模型配置文件的生成。它涵盖了 ACPI 表补丁的应用以启用原生电源管理,以及修改 UEFI 运行时服务以解决内存映射和写保护问题。 该资源进一步详细说明了网络、图形和音频组件的硬件兼容性,以及内核扩展的管理。它包括关于引导加载程序配置、创建可引导安装程序以及使用详细日志和调试工具包来排查内核崩溃的指导。

    Adds filesystem and runtime drivers to the bootloader to recognize specific drive types and storage formats.

    JavaScript
    在 GitHub 上查看↗4,212
  • xiaowenxia/embedded-notesxiaowenxia 的头像

    xiaowenxia/embedded-notes

    3,998在 GitHub 上查看↗

    embedded-notes 是一系列专注于嵌入式 Linux、Linux 内核内部机制和 C 语言编程的技术学习指南和开发笔记。它既是嵌入式系统开发的参考资料,也是该领域技术面试的备考资源。 该项目提供了关于编写设备驱动程序、管理虚拟内存以及理解内核内部机制的详细文档。它还包括关于 MQTT 和 TCP/IP 等物联网网络协议的指南,并概述了芯片架构和硬件外设的架构细节。 这些资料涵盖了广泛的系统编程领域,包括手动内存管理、进程生命周期管理以及实时操作系统概念的实现。它还包括低级工具的参考资料,例如 ARM 交叉编译、二进制分析以及用于构建自动化的 Shell 脚本。

    Maps bootloader source directories to their respective roles in drivers, file systems, and board configurations.

    armcdriver
    在 GitHub 上查看↗3,998
  • nvidia/cuda-pythonNVIDIA 的头像

    NVIDIA/cuda-python

    3,170在 GitHub 上查看↗

    cuda-python provides low-level Python bindings for the CUDA Driver and Runtime APIs. It serves as a programmatic wrapper for controlling device memory, managing hardware toolchains, and orchestrating execution graphs on NVIDIA GPUs, allowing for the compilation and launching of parallel kernels directly from Python. The project enables the development of SIMT kernels and the execution of mathematical algorithms on device memory. It integrates pre-compiled bytecode as custom operators and interfaces with accelerated device libraries to access low-level hardware functions without leaving the la

    Provides direct access to CUDA driver and runtime functions for managing hardware resources.

    Cython
    在 GitHub 上查看↗3,170
  1. Home
  2. Operating Systems & Systems Programming
  3. Driver Runtime Integrations

探索子标签

  • Bootloader Architectural PatternsStructural mapping of bootloader source components to their functional roles in drivers and board configuration. **Distinct from Bootloader Driver Integration:** Focuses on the overall structural organization of the bootloader codebase rather than the integration of specific drivers.
  • Bootloader Driver IntegrationIntegration of filesystem and runtime drivers into the bootloader to recognize diverse storage formats. **Distinct from Driver Runtime Integrations:** Distinct from Driver Runtime Integrations: targets the bootloader's ability to recognize disks rather than application-level driver invocation.