Notice:
Oops! 🐱💻 Looks like the docs for this FS is still cooking!
| Offset (bytes) | Size (bytes) | Name |
|---|---|---|
| 0 | 4 | FAT Entry 0 |
| 4 | 4 | FAT Entry 1 |
| 8 | 4 | FAT Entry 2 |
| (ClusterCount + 1) * 4 | 4 | FatEntry[2] ... FatEntry[ClusterCount+1] Fields |
| (ClusterCount + 2) * 4 | (FatLength * 2BytesPerSectorShift) - ((ClusterCount + 2) * 4) | Excess Space |
FAT Entry 0
Offset: 0 bytes
Size: 4 bytes
The FatEntry[0] field shall describe the media type in the first byte (the lowest order byte) and shall contain FFh in the remaining three bytes.
The media type (the first byte) should be F8h.