Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)