Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 561 Bytes

README.org

File metadata and controls

27 lines (26 loc) · 561 Bytes

A flat virtual file system

Resouces

Instructions

make

Functionality [4/6]

  • [X] Basic IO [5/5]
    • [X] ls
    • [X] touch
    • [X] cat
    • [X] echo
    • [X] rm
  • [X] Persiting to .disk file
  • [X] Mounting [2/2]
    • [X] Loading .disk file
    • [X] Mounting and using the fs
  • [X] CLI [5/5]
    • [X] ls
    • [X] touch
    • [X] cat
    • [X] echo
    • [X] rm
  • [] Extents
  • [] Partitions