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.
-
Notifications
You must be signed in to change notification settings - Fork 0
HypertextAssassin0273/Ice_Cream_Factory_Simulation-OS_Project
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Operating Systems project in C language using semaphores to simulate the ice cream factory problem in Linux kernel module.