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

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

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

1 个仓库

Awesome GitHub RepositoriesProcess Execution Simulations

Models of process creation and synchronization used to demonstrate task lifecycles in an operating system.

Distinct from OS Process Execution: Candidates focus on specific execution modifiers (Registry) or sandbox/worker processes, not general educational simulation of the OS process model.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Process Execution Simulations. Refine with filters or upvote what's useful.

Awesome Process Execution Simulations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • remzi-arpacidusseau/ostep-coderemzi-arpacidusseau 的头像

    remzi-arpacidusseau/ostep-code

    4,127在 GitHub 上查看↗

    This project is a collection of educational simulations and code examples designed to illustrate core operating system concepts. It provides practical implementations of virtualization, concurrency, and persistence to demonstrate how an operating system manages hardware and software resources. The repository includes simulators for CPU scheduling, memory virtualization via paging and segmentation, and file system architectures. It provides specific models for virtual-to-physical address translation and the distribution of processor time across competing tasks. The simulations cover concurren

    Creates and synchronizes processes using a basic interface to demonstrate how operating systems handle task execution.

    C
    在 GitHub 上查看↗4,127
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Execution Simulations