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

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

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

1 个仓库

Awesome GitHub RepositoriesProcessor Privilege Modes

Mechanisms for switching between kernel and user execution modes to restrict sensitive instructions.

Distinct from Administrative Privilege Management: Candidates focused on identity/account management or filesystem access, not CPU execution rings/modes.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Processor Privilege Modes. Refine with filters or upvote what's useful.

Awesome Processor Privilege Modes GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hackclub/putting-the-you-in-cpuhackclub 的头像

    hackclub/putting-the-you-in-cpu

    5,499在 GitHub 上查看↗

    本项目是一系列技术文档和指南,旨在作为计算机体系结构解释器。它提供关于处理器和操作系统如何执行程序的教育资源,专注于取指-执行周期以及硬件与内核之间的基本关系。 该文档涵盖广泛的底层系统操作,包括关于可执行和可链接格式(ELF)、虚拟内存管理和内核级操作的详细指南。它专门探讨了 CPU 调度、抢占式多任务处理以及使用定时器中断来管理进程执行的机制。 该材料进一步解释了内存管理工作流,如地址转换、按需分页和写时复制页面共享。它还涵盖通过处理器权限管理和内存页面权限强制执行的安全与访问控制,以及用户空间程序用于请求特权内核操作的系统调用接口。 这些指南还详细介绍了程序执行生命周期,从初始引导序列和二进制加载到进程替换和用户态进程的引导。

    Explains how the processor restricts instruction execution and memory access by switching between kernel and user modes.

    MDXcpuelflinux
    在 GitHub 上查看↗5,499
  1. Home
  2. Operating Systems & Systems Programming
  3. Processor Privilege Modes