Skip to content

aqstack/OS-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

OS-Project

Mini-project 1:

The project focuses on designing a process identifier (PID) manager that each process can request, get assigned and release the unique PID of theirs, ensuring the data structure used to represent the availability of PID is safe from race conditions.