nkman / simulator

Process scheduler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulator

Process Scheduler.

Version

1.0

Requirements

  • Gcc
  • Pthread

How to use

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'
    

License

MIT

Free Software

About

Process scheduler.


Languages

Language:C 100.0%