Changes

83 bytes added ,  06:40, 21 July 2009
explaining where the stringtable is
Line 28: Line 28:  
  };
 
  };
   −
The name_offset gives the offset from the start of the string table to the start of this file's name. This is used for both files and directories.
+
After the file nodes is the string table, which extends to the rest of the header. The name_offset gives the offset from the start of the string table to the start of this file's name. This is used for both files and directories.
    
For normal files, type is '''0x0000'''. In this case the data_offset gives the address to where the data for this file is. This is given as an absolute offset from the start of the U8 header. The size is the size of the file.
 
For normal files, type is '''0x0000'''. In this case the data_offset gives the address to where the data for this file is. This is given as an absolute offset from the start of the U8 header. The size is the size of the file.
33

edits