/Operating-Systems-Basics

A library with all basic operating system concepts like scheduling, page replacement and multi-threading implemented in C++

Primary LanguageC++

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.