Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processor Scheduler

Java 17 JavaFX Generic badge

This is a processor scheduler that simulates the following scheduling algorithms:

  • First Come First Serve (FCFS)
  • Shortest Job First (SJF) Non-Preemptive
  • Shortest Job First (SJF) Preemptive
  • Priority Non-Preemptive
  • Priority Preemptive
  • Round Robin (RR)

It is written in Java 17 and JavaFX 17.0.1 is used for the GUI.

Sample Video

OS.mp4

GUI

The GUI is built using JavaFX.

Installation

git clone
cd processor-scheduler

Usage

mvn clean javafx:run

Dependencies

Authors

Acknowledgements

License

MIT

About

This is a processor scheduler. It is written in Java 17 and JavaFX 19.0.2.1 is used for the GUI.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages