awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • remzi-arpacidusseau/ostep-codeالصورة الرمزية لـ remzi-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