Project information

  • Category: Operating Systems
  • Project date: September, 2019
  • About: Project for Operating Systems course
  • Requirements: C, operating systems, data structures, file system
  • [GITHUB LINK]

Simple File System

The project Simple File System (SimpleFS) is a didactic project that focuses on the development of a basic File System. It's composed by three levels - Bitmap, DiskDriver, SimpleFS - done to work together in a vertical layout to create and manage files and folders. This work has been done and evaluated during the course of Operating Systems in my Bachelor's Degree and its evolution became my final Thesis.

MORE