Concept: FAT Filesystem
Value: 5 (Critical - Ubiquitous filesystem)
What it is: FAT12/FAT16/FAT32 filesystem implementation with LFN support
Key files:
fs/src/fs/org/jnode/fs/fat/FatFileSystem.java
fs/src/fs/org/jnode/fs/fat/FatDirectory.java
Bridges: Filesystem drivers, Disk access, Boot
Documentation Requirements
For Value 5 (Critical):
-
Update ALL 4 sections of the index (index.md):
- Pages Table: Add new page in alphabetical order
- Concepts → Pages: Add the page name. Also add discovered Technical Terms (e.g., "LFN", "FAT12", "FAT16", "FAT32")
- Source Path → Pages: Map
fs/src/fs/org/jnode/fs/fat/ to the new page
- Task Routing: Add to relevant developer task categories with meaningful routing ideas (1-3 entries)
-
Update Glossary: Add 1-sentence definition for any new project-specific term (e.g., "LFN")
-
Broader Search: Search for related "Helper", "Manager", "Layout", or "Constants" classes (e.g., FAT table structures, directory entry formats)
Skill Reference
Use update-wiki skill for wiki maintenance workflow
Related Concepts (from index.md)
- [[VFS-Layer]]
- [[Filesystem-Layer]]
- [[Block-Device-Layer]]
Concept: FAT Filesystem
Value: 5 (Critical - Ubiquitous filesystem)
What it is: FAT12/FAT16/FAT32 filesystem implementation with LFN support
Key files:
fs/src/fs/org/jnode/fs/fat/FatFileSystem.javafs/src/fs/org/jnode/fs/fat/FatDirectory.javaBridges: Filesystem drivers, Disk access, Boot
Documentation Requirements
For Value 5 (Critical):
Update ALL 4 sections of the index (
index.md):fs/src/fs/org/jnode/fs/fat/to the new pageUpdate Glossary: Add 1-sentence definition for any new project-specific term (e.g., "LFN")
Broader Search: Search for related "Helper", "Manager", "Layout", or "Constants" classes (e.g., FAT table structures, directory entry formats)
Skill Reference
Use update-wiki skill for wiki maintenance workflow
Related Concepts (from index.md)