/OS-Lab

Programming exercises for the Operating Systems laboratory

Primary LanguageC

Exercise Names

  1. Basic UNIX Commands
  2. Simulation of UNIX Commands like fork, getpid, etc..
  3. ls, cp, grep
  4. Shell Programming
  5. FCFS, SJF, RR scheduling
  6. Inter-process communication
  7. Semaphores
  8. Banker's Algorithm
  9. Deadlock Detection
  10. Threading
  11. Memory allocation techniques
  12. Paging
  13. Page replacement
  14. File allocation
  15. File organization