Operating System Lab
A curated portfolio of operating system experiments, demonstrating process scheduling, memory management, file handling, and system programming with precision.
Laboratory Experiments
File Handling System Calls
Implementation of file I/O operations using system calls - create, open, read, write, and close operations in C.
View CodeCPU Scheduling Algorithms
Implementation of FCFS (First-Come, First-Served) and SJF (Shortest Job First) scheduling algorithms with Gantt chart visualization.
View CodeThe Wall
Collaborative
Study Notes
Amey Thakur
Author & Curator
Mega Satish
Author & Collaborator
Mini Project
Interest Calculator
A robust command-line utility written in Shell Script for calculating simple and compound interest. Demonstrates proficiency in shell scripting and mathematical computations in a Linux/Termux environment.