awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • s-matyukevich/raspberry-pi-oss-matyukevich का अवतार

    s-matyukevich/raspberry-pi-os

    13,854GitHub पर देखें↗

    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
    GitHub पर देखें↗13,854
  • remzi-arpacidusseau/ostep-coderemzi-arpacidusseau का अवतार

    remzi-arpacidusseau/ostep-code

    4,127GitHub पर देखें↗

    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
    GitHub पर देखें↗4,127
  1. Home
  2. Operating Systems & Systems Programming
  3. Task Scheduling Algorithms