This repository contains C programs along with their algorithms and output screenshots, developed as part of the Operating Systems Lab (BTech in CS).
The programs demonstrate fundamental Operating Systems concepts.
- Programs are written for a Linux/UNIX environment.
- Standard system headers and libraries are used.
- All programs strictly follows POSIX standard
- Programs using threads (pthread) should be compiled using options: -lpthread, -lrt