buddy-allocation
There are 5 repositories under buddy-allocation topic.
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
EslamAsHhraf/Operating-System-Scheduler
📢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.
aashrafh/mars-OS
A simulation of an operating system that consists of two parts. The first part is a simulation for the CPU scheduler and the memory manager. The second part is the synchronizer which is a solution for the popular producer-consumer/shared buffer problem.
Etshawy1/Simplified-OS
A project that implements some algorithms used by an operating system kernel to achieve the jobs of scheduling processes, synchronization, memory allocations
YJDoc2/Buddy-System-Memory-Allocation
COA Mini project for SE sem 4. This implements Buddy-System of memory allocation.