🤩
Software Engineer | BackEnd
Stars
3
stars
written in C
Clear filter
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.
C-COM is an implementation of inter-process communication in the OS, it is a simulation for how the OS can implement a scheduler, memory management, and solving producer consumer problem
Simulation for the OS performing Scheduling,Memory management and an implementation for the producer-consumer problem.