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.
- Host: GitHub
- URL: https://github.com/hypertextassassin0273/ice_cream_factory_simulation-os_project
- Owner: HypertextAssassin0273
- Created: 2023-12-07T16:56:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T22:20:35.000Z (8 months ago)
- Last Synced: 2025-03-03T11:14:46.175Z (3 months ago)
- Topics: c-projects, linux-kernel, multithreading, semaphores, system-programming, thread-synchronization, threads
- Language: C
- Homepage:
- Size: 11.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.