Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 569 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 569 Bytes

Operating systems-lab

Codes pertaining to OS Lab for Course CO254 - Operating Systems(CSE-NITK SEM-4)

  • LAB-1:

    • File and process system calls
  • LAB-2:

    • socket programming[tcp and udp]
  • LAB-3:

    • cpu-scheduling algorithms
  • LAB-4

    • classical Process-synchronization problems
  • LAB-5

    • Deadlock avoidance algorithm
  • LAB-6

    • MFT-MVT algorithms
  • LAB-7

    • First-Best-Worst fit algorithms for both MFT and MVT
  • LAB-8

    • Disk scheduling algorithms
  • LAB-9

    • Page Replacement algorithms
  • LAB-10

    • File allocation algorithms