Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dbpb.rs74 pub struct BiosParameterBlockLegacy { struct
76 pub drive_num: u8,
78 pub reserved1: u8,
80 pub boot_sig: u8,
83 pub volume_id: u32,
85 pub filesystem_type: u32,
182 impl BiosParameterBlockLegacy { impl