Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 224 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 224 Bytes

FAT32 filesystem simulation

In this university project, the goal was to create a program that simulates some parts of FAT32 filesystem. This solution is written in C++ using multi-threading and Producer-Consumer pattern.