Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat32.h25 struct fat32_BootSector_t struct
27 uint8_t BS_jmpBoot[3]; // 跳转指
28 uint8_t BS_OEMName[8]; // 生产厂商
29 uint16_t BPB_BytesPerSec; // 每扇区字节
30 uint8_t BPB_SecPerClus; // 每簇扇区
31 uint16_t BPB_RsvdSecCnt; // 保留扇区
32 uint8_t BPB_NumFATs; // FAT表数
33 uint16_t BPB_RootEntCnt; // 根目录文件数最大
34 uint16_t BPB_TotSec16; // 16位扇区总
35 uint8_t BPB_Media; // 介质描述
[all …]