An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Operating-System
it is a simulator to show the function of the scheduler of the operating system

it 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).