alhussain-shaikh / Operating-System-LAB

In this repo, I have nearly covered all the lab concept related to Operating System with the code in c/c++/java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating-System-LAB

The operating system (OS) manages all of the software and hardware on the computer. It performs basic tasks such as file, memory and process management, handling input and output, and controlling peripheral devices such as disk drives and printers. This concept is very important with regarding with computer fundamentals.

Concepts Covered

  1. CPU SCHEDULING
  2. DEADLOCK DETECTION AND AVOIDANCE
  3. DISK SCHEDULING
  4. MEMORY MANAGEMENT
  5. SYNCRONIZATION
  6. SHELL SCRIPT
  7. PHASE 1:An MOS Project
  8. PHASE 2:An MOS Part 2

About

In this repo, I have nearly covered all the lab concept related to Operating System with the code in c/c++/java


Languages

Language:C++ 57.7%Language:C 41.4%Language:Shell 0.8%