Skip to content

Programs for the Operating Systems Lab in Semester 4

Notifications You must be signed in to change notification settings

nandahkrishna/OSLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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