summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fsblk.cpp
Commit message (Collapse)AuthorAgeFilesLines
* formats/fs_fat.cpp: Various fixes AJR2024-02-101-1/+1
| | | | | | | - Get the volume label from the root directory, rather than from the extended BPB (which is less reliable) - Ignore long file name entries for now * floptool: Add new line to error message report
* Filesystem code refactoring (#11570) ajrhacker2023-09-271-0/+254
- Separate fs::block_t and fs::filesystem_t to a new source file and header - Remove inclusion of flopimg.h from fsmgr.h