https://github.com/desty2k/lab-systemy-operacyjne
https://github.com/desty2k/lab-systemy-operacyjne
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/desty2k/lab-systemy-operacyjne
- Owner: desty2k
- License: mit
- Created: 2021-03-26T16:02:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T12:25:18.000Z (about 5 years ago)
- Last Synced: 2025-10-19T09:46:15.830Z (9 months ago)
- Language: Python
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lab-Systemy-Operacyjne
Written in Python.
### List 1 - CPU access scheduling algorithms
- algorithms
- FCFS
- SJF Preemptive
- RR
### List 2 - Disk access scheduling algorithms
- console and GUI versions
- GUI mode requires additional packages: qtpy, PyQt5, qrainbowstyle
- algorithms
- FCFS
- SSTF
- SCAN
- C-SCAN
- C-LOOK
- SSTF + EDF
- SSTF + FDF-SCAN
### List 3 - Page replacement algorithms
- algorithms
- FIFO
- OPT
- LRU
- SC
- RAND
### List 4 - Page allocation algorithms
Allocating pages for multiple processes using
LRU page replacement algorithm.
- algorithms
- Equal allocation
- Proportional allocation
- Fault frequency control
- Zone model