https://github.com/ammahmoudi/os-taskmanager
a context switching simulation of operation system supporting every context switching algorithms and deadlock prevention methods
https://github.com/ammahmoudi/os-taskmanager
context-switching deadlock-avoidance deadlock-detection java
Last synced: 4 months ago
JSON representation
a context switching simulation of operation system supporting every context switching algorithms and deadlock prevention methods
- Host: GitHub
- URL: https://github.com/ammahmoudi/os-taskmanager
- Owner: ammahmoudi
- Created: 2022-06-05T11:19:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T20:43:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T07:31:31.015Z (5 months ago)
- Topics: context-switching, deadlock-avoidance, deadlock-detection, java
- Language: Java
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Os-TaskManager
a context switching simulation of operation system supporting every context switching algorithms and deadlock prevention methods.context switching algorithms:
First Come First Serve (FCFS)
Shortest Job First (SJF)
Round Robin (RR)
the full problem is described in the problem.pdf file