Skip to content

A high level implementation of a flat virtual filesystem

License

Notifications You must be signed in to change notification settings

FouFouJouJou/vfs.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A high level implementation of a flat virtual filesystem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published