https://github.com/farhantips/operating-system
This repository focuses on practical lab exercises related to key operating system concepts, such as thread management, process creation with fork(), inter-process communication, synchronization with semaphores, and multi-threading.
https://github.com/farhantips/operating-system
bracucse cpu cse321bracu fork inter-process-communication multithreading operating-system process semaphore synchronization thread
Last synced: about 2 months ago
JSON representation
This repository focuses on practical lab exercises related to key operating system concepts, such as thread management, process creation with fork(), inter-process communication, synchronization with semaphores, and multi-threading.
- Host: GitHub
- URL: https://github.com/farhantips/operating-system
- Owner: FarhanTips
- Created: 2025-03-17T12:59:20.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T13:30:35.000Z (2 months ago)
- Last Synced: 2025-03-17T14:25:46.506Z (2 months ago)
- Topics: bracucse, cpu, cse321bracu, fork, inter-process-communication, multithreading, operating-system, process, semaphore, synchronization, thread
- Language: C
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository includes lab exercises on key OS concepts like thread management, process creation (fork()), IPC, semaphores, and multi-threading for hands-on learning.