Skip to content

schneedotdev/os-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

os-concepts

01 - Memory Allocations and Deallocations

The objective of the project is to allocate and deallocate data structures on the heap and populate those structures.

02 - Working with fork(), exec(), and wait() System Calls

The objective of this assignment is to get comfortable with the fork(), exec(), and wait() system calls

03 - Inter-Process Communication (IPC) using Pipes and Shared Memory

The objective of this assignment is to get comfortable with Inter-Process Communication (IPC) using Shared Memory and Pipes. These approaches are among two of the most dominant mechanisms for doing IPC. Familiarity with shared memory also helps in advanced concepts of process synchronization.