X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FFilesystems%2FFAT%2Ffs_fat.h;h=99c82df3ccc7c414bcf79230386c70091a310dd8;hb=602e716a162d6f429235d09310bc71f4434f20f8;hp=f98f245581768c2bf53a3c0d6572b79228032423;hpb=fd6e994acc5bc3073e979b6f862a4d199bec4ff7;p=tpg%2Facess2.git diff --git a/Modules/Filesystems/FAT/fs_fat.h b/Modules/Filesystems/FAT/fs_fat.h index f98f2455..99c82df3 100644 --- a/Modules/Filesystems/FAT/fs_fat.h +++ b/Modules/Filesystems/FAT/fs_fat.h @@ -18,11 +18,13 @@ struct fat_bootsect_s Uint16 bps; //!< Bytes per Sector. Assumed to be 512 Uint8 spc; //!< Sectors per Cluster Uint16 resvSectCount; //!< Number of reserved sectors at beginning of volume + // +0x10 Uint8 fatCount; //!< Number of copies of the FAT Uint16 files_in_root; //!< Count of files in the root directory Uint16 totalSect16; //!< Total sector count (FAT12/16) Uint8 mediaDesc; //!< Media Desctiptor Uint16 fatSz16; //!< FAT Size (FAT12/16) + // +0x18 Uint16 spt; //!< Sectors per track. Ignored (Acess uses LBA) Uint16 heads; //!< Heads. Ignored (Acess uses LBA) Uint32 hiddenCount; //!< ???