Table of Contents
This project is a simulation of the Round Robin algorithm.
The user enters the processes contained in the CPU, as well as their arrival times, interruptions and quantum. From there the algorithm will run and display the scheduling sequence on the CPU.
# Clone the repository
$ git clone https://github.com/henriquevital00/simulation-cpu.git
# Access the project folder in your terminal / cmd
$ cd simulation-cpu
# You need to install the compiler
$ sudo apt-get install gcc
# Compile project
$ gcc -o main source/*.c main.c
# In both Windows and Linux, the execution is done by executing the following lines in the terminal, or using an IDE of your choice.
# Execute the binary
$ ./main
Antonio Gustavo | Henrique Vital | Gabriel Bueno |
---|---|---|
22.119.001-0 | 22.119.078-8 | 22.119.077-0 |