Assignment files used for OS Lab UE18CS305 at PES University.
- Make utility and makefile
- Shell Scripting
- Processes
- fork() and execv() functions
- Implement Shortest Job First Scheduling Algorithm
- Implement Priority Scheduling Algorithm
- Implement Round Robin Scheduling Algorithm
- Implement Producer Consumer problem to show race condition
- Implement Producer Consumer problem using wait and signal
- Implement Producer Consumer problem using inbuilt semaphores
- Implement Producer Consumer problem using pipes
- Implement Best Fit Algorithm
- Implement LRU Algorithm
- Implement Dining Philospher solution using semaphores
- Implement FIFO file scheduling system
Week6