My Operating System project for Lovely Professional University
This setup guide is for Linux and Mac
- Clone this repository or download zip.
- Extract the folder and open terminal in the folder
- Make
compile.sh
file executable :chmod +x compile.sh
. - Compile the code:
./compile.sh
- You will get
multithreading.out
andbankers.out
as the output of two C programs - Run Project 1 (Prime numbers using multithreading):
./multithreading.out
- Run Project 2 (Banker's algorithm):
./bankers.out