Simulation of how operating system schedules processes.
-
Updated
Aug 30, 2022 - C
Simulation of how operating system schedules processes.
This project aims to implement a CPU scheduler in an operating system environment. The scheduler determines the order of execution for scheduled processes based on specific algorithms.
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.
Operating System Scheduling Algorithms are here. Also practice Linux as VM.
Add a description, image, and links to the srtn topic page so that developers can more easily learn about it.
To associate your repository with the srtn topic, visit your repo's landing page and select "manage topics."