/round-robin

Primary LanguageCMIT LicenseMIT

GitHub language count GitHub repo size GitHub last commit GitHub


Logo

C C

Table of Contents
  1. About The Project
  2. How To Run

💻 About The Project

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.

app

🚀 How To Run

# 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

🤖 Authors

Antonio Gustavo Henrique Vital Gabriel Bueno
drawing drawing drawing
22.119.001-0 22.119.078-8 22.119.077-0