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: 8 months 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.
- Host: GitHub
- URL: https://github.com/kyleylikey/robinos
- Owner: kyleylikey
- License: mit
- Created: 2024-11-21T14:52:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-25T12:18:51.000Z (9 months ago)
- Last Synced: 2025-02-25T13:27:40.734Z (9 months ago)
- Topics: algorithm, algorithms, cpu-scheduling, disk-scheduling, javafx
- Language: Java
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 were obtained through Google Images.
Here are the screenshots of the application:
Sign in:

Home Screen:

Shortest Job First:

Round Robin:

Scan:
