A simple file system implementation. It is limited in many ways:
- 11 characters for file names
- 1024 data blocks
- No multi-user access or file protection
- Only a single root directory
- A file is fully read from disk on read/write operations
- No commit/restore functionality for shadowing
- 256 files can be stored
- 32 files can be open at the same time
- Maximum file size is 270 data blocks
- A data block contains 1024 bytes of data