Week-1: Basic Unix Commands
Week-2: Write programs using the following UNIX os calls such as fork, exec, getpid, exit, wait,close, stat, opendir and readdir
Week-3:Simulate UNIX commands like cp, ls, grep, etc.,
Week-4: Simulate FCFS, SJF CPU Scheduling Algorithms
Week-5: Simulate Priority, RR CPU Scheduling Algorithms
Week-6: Control the number of ports opened by the operating system with
a) Semaphores b) Monitors
Week-7: Write a program to illustrate concurrent execution of threads using pthreads library
Week-8: Write a program to solve producer-consumer problem using Semaphores
Week-9: Implement the following memory allocation methods for fixed partition.
a) First fit b) Worst fit c) Best fit