Slight commenting changes
authorJohn Hodge <[email protected]>
Tue, 17 Aug 2010 01:38:33 +0000 (09:38 +0800)
committerJohn Hodge <[email protected]>
Tue, 17 Aug 2010 01:38:33 +0000 (09:38 +0800)
Modules/Filesystems/FAT/fs_fat.h

index f98f245..99c82df 100644 (file)
@@ -18,11 +18,13 @@ struct fat_bootsect_s
        Uint16  bps;    //!< Bytes per Sector. Assumed to be 512\r
        Uint8   spc;            //!< Sectors per Cluster\r
        Uint16  resvSectCount;  //!< Number of reserved sectors at beginning of volume\r
+       // +0x10\r
        Uint8   fatCount;       //!< Number of copies of the FAT\r
        Uint16  files_in_root;  //!< Count of files in the root directory\r
        Uint16  totalSect16;    //!< Total sector count (FAT12/16)\r
        Uint8   mediaDesc;      //!< Media Desctiptor\r
        Uint16  fatSz16;        //!< FAT Size (FAT12/16)\r
+       // +0x18\r
        Uint16  spt;    //!< Sectors per track. Ignored (Acess uses LBA)\r
        Uint16  heads;  //!< Heads. Ignored (Acess uses LBA)\r
        Uint32  hiddenCount;    //!< ???\r

UCC git Repository :: git.ucc.asn.au