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: 12 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T09:56:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T12:53:27.955Z (about 1 year 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.