Improving the debug capabilities of the heap code, changed VFS to use const char...
[tpg/acess2.git] / Modules / Filesystems / FAT / fs_fat.h
index 072e2bf..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
@@ -75,9 +77,9 @@ struct fat_filetable_s {
 } __attribute__((packed));\r
 \r
 /**\r
- \struct fat_longfilename_s\r
- \brief Format of a long file name entry on disk\r
-*/\r
\struct fat_longfilename_s\r
\brief Format of a long file name entry on disk\r
+ */\r
 struct fat_longfilename_s {\r
        Uint8   id;     //!< ID of entry. Bit 6 is set for last entry\r
        Uint16  name1[5];       //!< 5 characters of name\r

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