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

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: 12 months 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