An open API service indexing awesome lists of open source software.

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.

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.