Home
last modified time | relevance | path

Searched refs:BiosParameterBlockLegacy (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/filesystem/fat/
Dbpb.rs67 FAT12(BiosParameterBlockLegacy),
68 FAT16(BiosParameterBlockLegacy),
74 pub struct BiosParameterBlockLegacy { struct
182 impl BiosParameterBlockLegacy { impl
298 FATType::FAT12(BiosParameterBlockLegacy::default()) in new()
300 FATType::FAT16(BiosParameterBlockLegacy::default()) in new()
/DragonOS-0.1.7/docs/community/ChangeLog/V0.1.x/
DV0.1.6.md244 …terBlock.validate() into BiosParameterBlockFAT32.validate() and BiosParameterBlockLegacy.validate()