Skip to content

Nabster101/File-System-FAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-System-FAT

Implement a file system that uses a pseudo "FAT" on an mmapped buffer.
The functions to implement are

createFile
eraseFile
write (potentially extending the file boundaries)
read
seek
createDir
eraseDir
changeDir
listDir

The opening of a file should return a "FileHandle" that stores the position in a file.

In the InteractiveFS branch is a working remake of the command line in linux!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages