Process Scheduler.
1.0
- Gcc
- Pthread
git clone https://nairitya@bitbucket.org/nairitya/simulator.git
cd simulator
update process.txt
write the process name, arrival time. burst time and priority.
run 'gcc -pthread -o simulator simulator.c'
Now run the executable as './simulator'
MIT
Free Software