This repository contains various CPU Scheduling programs in C language as a part of our System Software Lab. The programs that have been completed so far are :
- First Come First Serve(FCFS) Non Pre-emptive
- Shortest Job First(SJF) Non Pre-emptive
- Priority Scheduling Non Pre-emptive
- Round Robin Scheduling Pre-emptive
- Bankers Algorithm
- Simulation of Disk Scheduling Algorithm -> FCFS, SSTF, SCAN
- Single Level Directory File Organization
- Pass One of a Two Pass Assembler
- Pass Two of a Two pass Assembler
- Absolute Loader