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

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++

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.