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

https://github.com/hypertextassassin0273/ice_cream_factory_simulation-os_project

Operating Systems project in C language using semaphores to simulate the ice cream factory problem in Linux kernel module.
https://github.com/hypertextassassin0273/ice_cream_factory_simulation-os_project

c-projects linux-kernel multithreading semaphores system-programming thread-synchronization threads

Last synced: 3 months ago
JSON representation

Operating Systems project in C language using semaphores to simulate the ice cream factory problem in Linux kernel module.

Awesome Lists containing this project

README

        

# ICE-CREAM FACTORY SIMULATION [SYSTEM CALL] PROJECT
Simulates an ice cream factory manufacturing process using a Linux kernel module by implementing synchronization mechanisms such as semaphores to coordinate the manufacturing process to create a multi-threaded environment where customers can place orders and ice creams can be manufactured concurrently.