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++
- Host: GitHub
- URL: https://github.com/18520339/operating-system-lab
- Owner: 18520339
- Created: 2020-07-13T08:44:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T09:47:38.000Z (over 4 years ago)
- Last Synced: 2025-03-25T23:47:14.161Z (about 1 year 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