Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/18520339/operating-system-lab

💻 Simulating OS algorithms in C/C++
https://github.com/18520339/operating-system-lab

cpu-scheduling operating-system page-replacement

Last synced: 23 days ago
JSON representation

💻 Simulating OS algorithms in C/C++

Awesome Lists containing this project

README

        

# Operating System Lab

Simulating OS algorithms in C/C++

**CPU Scheduling**: SJF, SRTF

**Page Replacement**: FIFO, OPT, LRU