Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 925 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 925 Bytes

SuperMini

Project developed by @MahatKC, @spalshzzz and @igorFNegrizoli in 2022.

This project was an assignment for the Operating Systems class we took in our 4th year of Computer Science.

Coded entirely in Python, it implements a filesystem design by ourselves, called SuperMini. SuperMini's full specification is included. The program allows users to:

  • Create a new SuperMini image with desired block quantity and size
  • Format an existing SuperMini image
  • Navigate through a SuperMini image's contents
  • Copy a file from the user's disk to the SuperMini image
  • Write a file from the SuperMini image to the user's disk
  • Create directories in the SuperMini image