Kernel: Add support for the FAT32 filesystem

This commit adds read-only support for the FAT32 filesystem. It also
includes support for long file names.
This commit is contained in:
Undefine 2022-09-18 18:21:10 +02:00 committed by Andrew Kaster
commit 135ca3fa1b
Notes: sideshowbarker 2024-07-17 07:16:27 +09:00
6 changed files with 552 additions and 0 deletions

View file

@ -53,6 +53,7 @@ set(EXEC_DEBUG ON)
set(EXT2_BLOCKLIST_DEBUG ON)
set(EXT2_DEBUG ON)
set(EXT2_VERY_DEBUG ON)
set(FAT_DEBUG ON)
set(FILE_CONTENT_DEBUG ON)
set(FILEDESCRIPTION_DEBUG ON)
set(FILE_WATCHER_DEBUG ON)