Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirazibnsina/os_implementation
Implementation of operating system time scheduling processes as FCFS, SJF, Priority, Round-Robin, Sequential, Index, Linked-list...
https://github.com/mirazibnsina/os_implementation
Last synced: 18 days ago
JSON representation
Implementation of operating system time scheduling processes as FCFS, SJF, Priority, Round-Robin, Sequential, Index, Linked-list...
- Host: GitHub
- URL: https://github.com/mirazibnsina/os_implementation
- Owner: MirazIbnsina
- Created: 2023-01-14T17:29:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T13:16:18.000Z (7 months ago)
- Last Synced: 2024-11-06T03:17:05.665Z (2 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS_Implementation
Implementation of operating system time scheduling processes as -
1. FCFS
2. SJF
3. Priority
4. Round-Robin
5. Sequential
6. Index
7. Linked-list# Interface
1. Click the file included with .c
2. Run any C compiler (Made by CodeBlocks)
3. Should works fine!