https://github.com/thegupta2012/operating-systems-basics
A library with all basic operating system concepts like scheduling, page replacement and multi-threading implemented in C++
https://github.com/thegupta2012/operating-systems-basics
cpp operating-system
Last synced: 5 months ago
JSON representation
A library with all basic operating system concepts like scheduling, page replacement and multi-threading implemented in C++
- Host: GitHub
- URL: https://github.com/thegupta2012/operating-systems-basics
- Owner: TheGupta2012
- Created: 2021-04-16T12:04:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T12:41:25.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T17:28:19.595Z (12 months ago)
- Topics: cpp, operating-system
- Language: C++
- Homepage:
- Size: 5.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating-Systems-Basics
This is a small collection of programs and a case study made for the course of *Operating Systems - CECSC09*.
- This library contains all the basic operating system concepts like scheduling, page replacement and multi-threading implemented in C++.
- The case study was done on the **Debian OS** which goes through all the concepts of Operating Systems in detail taking Debian as an example.