Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansh-devs/processforge
Delve into the fundamental concepts of process management in operating systems. We focus on understanding the various sys-calls, which is used for creating new processes, and other related system calls for process termination and control.
https://github.com/ansh-devs/processforge
operating-system process-manager system-catalog
Last synced: 10 days ago
JSON representation
Delve into the fundamental concepts of process management in operating systems. We focus on understanding the various sys-calls, which is used for creating new processes, and other related system calls for process termination and control.
- Host: GitHub
- URL: https://github.com/ansh-devs/processforge
- Owner: ansh-devs
- Created: 2024-05-19T10:04:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T09:56:55.000Z (8 months ago)
- Last Synced: 2024-05-20T17:14:53.020Z (8 months ago)
- Topics: operating-system, process-manager, system-catalog
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Process Forge
### delve into the fundamental concepts of process management in operating systems. We focus on understanding the fork system call, which is used for creating new processes, and other related system calls for process termination and control.