Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyleylikey/robinos

RobinOS is a JavaFX application that simulates CPU Scheduling Algorithms (SJF, RR) and a Disk Scheduling Algorithm (SCAN). This is in partial fulfillment for the course ICS26012-Operating Systems.
https://github.com/kyleylikey/robinos

algorithm algorithms cpu-scheduling disk-scheduling javafx

Last synced: about 1 month ago
JSON representation

RobinOS is a JavaFX application that simulates CPU Scheduling Algorithms (SJF, RR) and a Disk Scheduling Algorithm (SCAN). This is in partial fulfillment for the course ICS26012-Operating Systems.

Awesome Lists containing this project

README

        

This project is a requirement for our course ICS26012 - Operating Systems.

This is free to use and distribute but please make sure to add my team to your references (Baldoza, K.; Bercilla, D.; Manaois, R.)

All images used in the application was obtained through Google Images.

Here are the screenshots of the application:

Sign in:

![image](https://github.com/user-attachments/assets/fff142c6-c482-4182-be57-fad1d813855b)

Home Screen:

![image](https://github.com/user-attachments/assets/019b27e0-8158-4d79-bfac-3c53d092d516)

Shortest Job First:

![image](https://github.com/user-attachments/assets/2e1e0b64-8709-4f42-a860-0f079f325dbe)

Round Robin:

![image](https://github.com/user-attachments/assets/9c8af6a0-ba45-46b0-add5-f615f14d967b)

Scan:

![image](https://github.com/user-attachments/assets/d8975a2a-2243-4828-82c0-a47cf9c9edbf)