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

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

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

1 个仓库

Awesome GitHub RepositoriesPrivilege-Level Execution Environments

Execution environments that operate entirely within a single processor privilege level to eliminate context switching.

Distinct from Zero-Overhead: Distinct from Zero-Overhead: focuses on the architectural privilege level (Ring 0) rather than just the absence of runtime checks.

Explore 1 awesome GitHub repository matching software engineering & architecture · Privilege-Level Execution Environments. Refine with filters or upvote what's useful.

Awesome Privilege-Level Execution Environments GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zeal-operating-system/zealosZeal-Operating-System 的头像

    Zeal-Operating-System/ZealOS

    2,322在 GitHub 上查看↗

    ZealOS 是一个 64 位操作系统,专为裸机部署和自定义内核开发而设计。它提供了一个自包含的环境,在单地址空间内存模型内运行,其中所有软件都在 Ring-0 特权级别执行,以消除上下文切换并促进直接硬件交互。 该系统通过一种集成即时 (JIT) 编译的单体架构脱颖而出,允许源代码在运行时被翻译成机器指令。它通过利用直接硬件内存映射和用于图形渲染的硬件无关 32 位帧缓冲区,绕过了传统的抽象层,确保了对系统资源和视觉输出的低延迟控制。 该平台支持一系列底层系统编程任务,包括原始输入设备处理和遗留硬件架构的现代化。它包括管理实用程序(如基于 Web 的文件系统浏览器),并保持与外部引导加载程序的兼容性,以简化物理或虚拟机上的初始化过程。

    Executes all software at the highest processor privilege level to simplify inter-process communication and remove context switching overhead.

    HolyCholycoperating-systempublic-domain
    在 GitHub 上查看↗2,322
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Programmatic Interfaces
  5. Binding Generators
  6. Zero-Overhead
  7. Privilege-Level Execution Environments