Project information

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

iNode File System

Simple File System based on iNode structures. This project is similar to the Simple File System project built for Operating Systems course at the Bachelor's Degree, but the file system here uses inode structures instead of linked lists.

MORE