Skip to content

Biannual Project on Operating Systems, taught at Centro Universitário FEI. It consists of a simulator of the Round Robin process scheduling algorithm

License

Notifications You must be signed in to change notification settings

antuniooh/simulation-cpu-round-robin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Biannual Project on Operating Systems, taught at Centro Universitário FEI. It consists of a simulator of the Round Robin process scheduling algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%