shashankg32 / operating-system-programing-assigment

oprating system topic programed in c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oprating-system-programing-assigment

I have used switch statement for menu driven topic selection. 5th sem la2 assigment for os theory subject NMIT.

Topics :

  1. Process Creation and Termination
  2. File Handling
  3. Synchronization Problem • Producer Consumer Problem • Race condition • Concurrency

Compilation guid: //use -lpthread while compiling with gcc or g++ $ gcc os-assigment.c -lpthread $./a.out

#FileHandling #ProcessCreationTermination #SynchronizationProblem #ProducerConsumerProblem #Racecondition #Concurrency