Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 640 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 640 Bytes

Operating Systems Lab

Programs for the Operating Systems Lab in Semester 4, shell scripts and C.

Exercises

  1. System Commands
  2. System Calls and Programs
  3. Implementation of System Commands (ls, cp, grep, head, tail, nl, wc)
  4. Shell Programs
  5. Scheduling Algorithms
  6. Inter-Process Communication
  7. Producer Consumer Problem using Semaphores
  8. Banker's Algorithm
  9. Deadlock Detection
  10. Memory Allocation Techniques
  11. Paging Implementation
  12. Page Replacement Algorithms
  13. Threading
  14. File Allocation Techniques
  15. File Organization Techniques