https://github.com/nouralmulhem/operating-system
it is a simulator to show the function of the scheduler of the operating system, it schedules with many different algorithms keeping in mind the memory capacity
https://github.com/nouralmulhem/operating-system
Last synced: 5 months ago
JSON representation
it is a simulator to show the function of the scheduler of the operating system, it schedules with many different algorithms keeping in mind the memory capacity
- Host: GitHub
- URL: https://github.com/nouralmulhem/operating-system
- Owner: nouralmulhem
- Created: 2022-08-09T02:07:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T13:45:41.000Z (over 2 years ago)
- Last Synced: 2025-01-15T07:45:59.505Z (5 months ago)
- Language: C
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating-System
it is a simulator to show the function of the scheduler of the operating systemit schedules with many different algorithms:
- First come first served (FCFS)
- Shortest remaining time next (SRTN)
- Round Robin (RR)
keeping in mind the memory capacity, it basicly do two level scheduling (short term and long term).