Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/am-ash-or-am-i/dos-project
https://github.com/am-ash-or-am-i/dos-project
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/am-ash-or-am-i/dos-project
- Owner: AM-ash-OR-AM-I
- Created: 2024-01-06T08:23:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-11T12:17:44.000Z (12 months ago)
- Last Synced: 2024-11-05T10:07:29.009Z (about 2 months ago)
- Language: C
- Size: 3.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating Systems Project
## CPU Scheduling Algorithms (Project 1)
- [Driver Code](./project1/cpu_scheduling.c)
- Usage: `gcc cpu_scheduling.c -o cpu_scheduling.out && ./cpu_scheduling.out`### Algorithms Implemented
- [First Come First Serve](./project1/fcfs.c)
- [Round Robin](./project1/rr.c)
- ![code](./project1/outputs/code_with_output.png)### Results
- [Result](./project1/outputs//output.txt)
- ![result](./project1/outputs/output.png)## Banker's Algorithm (Project 2)
- [Code](./project2/bankers_algorithm.c)
- ![result](./project2/outputs/code_output.png)### Result
- [Result](./project2/outputs/output.txt)
![result](./project2/outputs/output.png)