awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesTask Scheduling Algorithms

Logic used by the kernel to determine which runnable task should execute next on a processor.

Distinguishing note: Candidates focus on human job eligibility or payment routing, not CPU scheduling logic.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Task Scheduling Algorithms. Refine with filters or upvote what's useful.

Awesome Task Scheduling Algorithms GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • s-matyukevich/raspberry-pi-osAvatar de s-matyukevich

    s-matyukevich/raspberry-pi-os

    13,854Voir sur GitHub↗

    This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m

    Implements a scheduler that identifies the most eligible task to run using virtual runtime algorithms.

    Carmarmv8assembler
    Voir sur GitHub↗13,854
  • remzi-arpacidusseau/ostep-codeAvatar de remzi-arpacidusseau

    remzi-arpacidusseau/ostep-code

    4,127Voir sur 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

    Implements logic to determine which runnable task should execute next on a processor using various scheduling algorithms.

    C
    Voir sur GitHub↗4,127
  1. Home
  2. Operating Systems & Systems Programming
  3. Task Scheduling Algorithms