Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dbpb.rs15 pub struct BiosParameterBlock { struct
17 pub jmp_boot: [u8; 3],
20 pub oem_name: [u8; 8],
23 pub bytes_per_sector: u16,
26 pub sector_per_cluster: u8,
29 pub rsvd_sec_cnt: u16,
32 pub num_fats: u8,
35 pub root_entries_cnt: u16,
38 pub total_sectors_16: u16,
41 pub media: u8,
[all …]