Difference between revisions of "FF9/IMGRootDir"
< FF9
Jump to navigation
Jump to search
my_wiki>Cyberman |
my_wiki>Cyberman (→Root Directory) |
||
| Line 2: | Line 2: | ||
The first sector of FF9.IMG contains a root directory of information with sector locations for subdirectories and the sector of the first file in that subdirectory. | The first sector of FF9.IMG contains a root directory of information with sector locations for subdirectories and the sector of the first file in that subdirectory. | ||
| − | note: | + | note: [[FF9/glossary/sector|sector]] hereon refers to a 2048 byte chunk of the file keep this in mind when 'deciphering' information. |
==Root Directory Header== | ==Root Directory Header== | ||
Revision as of 22:27, 6 May 2006
Root Directory
The first sector of FF9.IMG contains a root directory of information with sector locations for subdirectories and the sector of the first file in that subdirectory.
note: sector hereon refers to a 2048 byte chunk of the file keep this in mind when 'deciphering' information.
Root Directory Header
The root directory begins with the following header format
| Name | Units/Size | Description |
|---|---|---|
| Signature | char[4] | 'FF9'\0 (signature to indicate it's an FF9 data file likely) |
| unknown | DWORD | No information available at this time |
| Directory Count | DWORD | This contains the number of directories in the FF9.IMG file. |
| unknown | DWORD | No information available at this time |
Root Directory Entries
Following the initial Header