Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 476 Bytes

File metadata and controls

14 lines (10 loc) · 476 Bytes

Custom-File-System

A custom FAT-based file system

Video demonstration available at: https://claud.pro/filesystem/

  • Entire FAT-based filesystem software stack
  • A formatted partition emulated in software using a simple binary file
  • Mounting and unmounting a formatted partition
  • Reading and writing files
  • Creating and removing files
  • Created a tester to maximize the test coverage

image