Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 394 Bytes

File metadata and controls

7 lines (4 loc) · 394 Bytes

simpleFS

Author: Harris Maung

This project is personal learning project to implement a simpler version of the linux extension 2 file system implementation. The ideas and base templates are adapted from University of notre dame's Operating System Principles class. We will extend this project to cover block groups, group descriptors, directories and also utilize bitmaps as well.

Design