Public Attributes | |
unsigned long | fatStart |
Starting sector of FAT table. | |
unsigned long | rootStart |
Starting sector of root directory. | |
unsigned long | dataStart |
(In FAT the start is cluster 2, so dataStart actually points to 2 clusters before the start of data area) | |
unsigned char | fatSectorsPerCluster |
FAT Global sectors per cluster. |
Definition at line 29 of file filesys.c.
|
(In FAT the start is cluster 2, so dataStart actually points to 2 clusters before the start of data area)
Definition at line 37 of file filesys.c. Referenced by SelectDisk(). |
|
FAT Global sectors per cluster.
Definition at line 39 of file filesys.c. Referenced by SelectDisk(). |
|
Starting sector of FAT table.
Definition at line 31 of file filesys.c. Referenced by SelectDisk(). |
|
Starting sector of root directory.
Definition at line 33 of file filesys.c. Referenced by SelectDisk(). |