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!
-
Notifications
You must be signed in to change notification settings - Fork 0
Nabster101/File-System-FAT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published