Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-bossman/aafat
Absolutely awful FAT, a FAT8 like filesystem
https://github.com/mr-bossman/aafat
Last synced: about 2 months ago
JSON representation
Absolutely awful FAT, a FAT8 like filesystem
- Host: GitHub
- URL: https://github.com/mr-bossman/aafat
- Owner: Mr-Bossman
- License: mit
- Created: 2021-09-25T00:23:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T02:47:54.000Z (4 months ago)
- Last Synced: 2024-08-16T03:47:15.704Z (4 months ago)
- Language: C
- Size: 69.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aaFAT
#### Absolutely awful FAT
aaFat is a simple FAT8 like filesystem.
###### Features:
- Under 1000 lines of C
- No calloc or malloc
- Very simple###### Limitations:
- File names can only be 16 characters including `'\0'`
- No directories
- No permissions###### TODO:
- DOCS
- Filesystem integrity check
- Examples
- Looping check## License
[MIT](https://choosealicense.com/licenses/mit/)