Skip to content

Repository files navigation

Homework for the class : CS3800 (Operating Systems)

Implemented a system to emulate process execution in a five-state process model that manages processes being added to the emulation system and handles IO requests.

HOW TO RUN

To run the program you can just enter ./program and press enter, which will run using the provided processList.txt as input.

You can also enter :

./program [file name]

which will run the program using the indicated file as input.

Or enter :

./program [file name] [sleep time]

which will run the program using the indicated file as input and will sleep between time steps the indicated amount in milliseconds (the default is 50).

About

five state homework

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages