Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 868 Bytes

ReadMe.md

File metadata and controls

13 lines (12 loc) · 868 Bytes

OS Labs

Course laboratories from CIIC4050 (Operating Systems).

All labs were implemented in C and compiled/run from VSCode with the proper extensions. Any file(s) that can't be run locally must be compiled from MINIX and run there.

Labs

Lab # Lab Description
Lab #1 Introduction to C & Memory Management
Lab #2 Signals, Sockets, & IPC
Lab #3 Synchronization
Lab #4 Minix System Calls
Lab #5 Minix Kernel Calls
Lab #6 Virtual Memory Allocation