Operating Systems Lab Course (CS 314), IIT Dharwad
-
Updated
Mar 22, 2022 - C
Operating Systems Lab Course (CS 314), IIT Dharwad
MutexGear Library Preview
This repository contains files related to Operating Systems Lab (Spring 2023).
Hack on OS161 Kernel to implement synchronization primitives, System calls with Process support and Virtual memory subsystem
A distributed peer-to-peer application implementing a system for sharing constantly updated data on the COVID-19 pandemic, developed for the computer networks exam for the computer engineering course at the University of Pisa.
A set of examples related to synchronization and multithreading with C in Linux.
An implementation of the Dining Philosophers problem, focusing on concurrency control via mutexes and semaphores. This repo demonstrates how to manage multiple processes accessing shared resources, aiming to solve issues of deadlock and contention. Includes code examples and a guide.
Add a description, image, and links to the synchronization-primitives topic page so that developers can more easily learn about it.
To associate your repository with the synchronization-primitives topic, visit your repo's landing page and select "manage topics."