Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kyleylikey/robinos
- Owner: kyleylikey
- License: mit
- Created: 2024-11-21T14:52:05.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-07T08:37:17.000Z (about 1 month ago)
- Last Synced: 2024-12-07T09:23:48.304Z (about 1 month ago)
- Topics: algorithm, algorithms, cpu-scheduling, disk-scheduling, javafx
- Language: Java
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)