1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:37:45 +00:00

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
parent 9718667bcf
commit 135ca3fa1b
6 changed files with 552 additions and 0 deletions

View file

@ -91,6 +91,10 @@
#cmakedefine01 EXT2_VERY_DEBUG
#endif
#ifndef FAT_DEBUG
#cmakedefine01 FAT_DEBUG
#endif
#ifndef FRAMEBUFFER_DEVICE_DEBUG
#cmakedefine01 FRAMEBUFFER_DEVICE_DEBUG
#endif