An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: highest-priority-first

AbdallahHemdan/Sqrt_OS

Sqrt OS is a simulation of an OS scheduler and memory manager using different scheduling algorithms including Highest Priority First (non-preemptive), Shortest Remaining Time Next, and Round Robin.

Language: C - Size: 1.15 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 20 - Forks: 3

asmaaadel0/Operating_System_Scheduler

An Operating System scheduler schedule processes using three algorithms Non-preemptive, Round Robin (RR), Highest Priority First (HPF) and Shortest Remaining time Next (SRTN), and handle memory allocation using buddy memory allocation system

Language: C - Size: 501 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

yousefosama654/Fedorix-OS

Fedorix OS is a simulation of an OS scheduler and memory manager using different scheduling algorithms including Highest Priority First (non-preemptive), Shortest Remaining Time Next, and Round Robin.

Language: C - Size: 1.02 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

EslamAsHhraf/Operating-System-Scheduler Fork of AdhamAliAbdelAal/OS-Project

📢A CPU scheduler determines an order for the execution of its scheduled processes. Operating System Scheduler decides which process will run according to a certain data structure that keeps track of the processes in the system and their status.

Language: C - Size: 689 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Ahmed-Hodhod/Operating-System-Scheduler-Simulator-C

This is a simulator for two essential parts of an Operating System which are the process scheduler and the memory management unit. It simulates several scheduling algorithms, each of which has different criteria. There are 4 scheduling algorithms implemented here and they are: 1. SJF 2.HPF 3.MultiLevel Feedback Queue 4.Round Robin

Language: C - Size: 80.1 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AdelRizq/Sqrt_OS

Sqrt OS is a simulation of an OS scheduler and memory manager using different scheduling algorithms including Highest Priority First (non-preemptive), Shortest Remaining Time Next, and Round Robin

Language: C - Size: 1.24 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 3

Fatma-Moanes/OS_Scheduler Fork of mo-shaffei/OS_Scheduler

Repository that simulates SRTN, HPF, and RR scheduling algorithms.

Language: C - Size: 78.1 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Abd-ELrahmanHamza/OScheduler

A CPU scheduler determines an order for the execution of its scheduled processes. using three algorithms Non-preemptive Highest Priority First (HPF) Shortest Remaining time Next (SRTN) & Round Robin (RR) and include memory allocation capabilities using the buddy memory allocation system

Language: C - Size: 3.53 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Etshawy1/Simplified-OS Fork of MuhammeedAlaa/Simplified-OS

A project that implements some algorithms used by an operating system kernel to achieve the jobs of scheduling processes, synchronization, memory allocations

Language: C - Size: 8.6 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0