⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module fat32

Module fat32 

Source
Expand description

FAT32 Filesystem Implementation

Read/write support for the FAT32 filesystem format. Supports 8.3 short names and VFAT long file names (LFN). Integrates with block devices (VirtIO-blk, NVMe, etc.) via the BlockDevice trait.

Struct fields, attribute constants, and helper methods define the complete FAT32 on-disk format. Unused items are retained for format completeness.

Structs§

Bpb
BIOS Parameter Block (BPB) – parsed from boot sector
Fat32Fs
FAT32 filesystem