Skip to content
#

buddy-allocation

Here are 5 public repositories matching this topic...

📢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.

  • Updated Oct 26, 2023
  • C

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

  • Updated Jul 11, 2022
  • C

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.

  • Updated Jan 17, 2021
  • C

Improve this page

Add a description, image, and links to the buddy-allocation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the buddy-allocation topic, visit your repo's landing page and select "manage topics."

Learn more