Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 4.57 KB

README.md

File metadata and controls

72 lines (56 loc) · 4.57 KB

S4 Operating Systems Lab

This repository is dedicated to storing programs necessary for the Operating Systems lab sessions conducted in Semester 4 for KTU students (2019 Syllabus).

Table of Contents

  • Programs

    • Shell Programming
    • System Calls
    • Scheduling Algorithms
    • Inter-Process Communications
    • Memory Management
    • Page Replacement Algorithms
    • Semaphores & Related Problems
    • Disk Scheduling Algorithms
    • File Allocation Algorithms
  • Contributors

Programs

  1. Shell Programming

  2. System Calls

  3. Scheduling Algorithms

  4. Inter-Process Communications

  5. Memory Allocation Algorithms

  6. Page Replacement Algorithms

  7. Semaphores & Bankers Algorithm

  8. Disk Scheduling Algorithms

  9. File Allocation Algorithms

Contributors