Ecosyste.ms: Awesome
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: 23 days ago
JSON representation
💻 Simulating OS algorithms in C/C++
- Host: GitHub
- URL: https://github.com/18520339/operating-system-lab
- Owner: 18520339
- Created: 2020-07-13T08:44:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T09:47:38.000Z (about 3 years ago)
- Last Synced: 2024-12-11T00:46:16.571Z (23 days ago)
- Topics: cpu-scheduling, operating-system, page-replacement
- Language: C
- Homepage: https://www.youtube.com/watch?v=Slc_uqSzukU
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating System Lab
Simulating OS algorithms in C/C++
**CPU Scheduling**: SJF, SRTF
**Page Replacement**: FIFO, OPT, LRU