mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 18:28:57 +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:
parent
9718667bcf
commit
135ca3fa1b
Notes:
sideshowbarker
2024-07-17 07:16:27 +09:00
Author: https://github.com/cqundefine
Commit: 135ca3fa1b
Pull-request: https://github.com/SerenityOS/serenity/pull/15278
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/Quaker762
Reviewed-by: https://github.com/bgianfo
Reviewed-by: https://github.com/timschumi
6 changed files with 552 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue