Merge pull request #106 from chuchuhao/patch-1

Update HACKING
This commit is contained in:
nirgal
2017-01-15 14:26:33 +01:00
committed by GitHub

View File

@@ -632,7 +632,7 @@ Indices are not completely understood but here is what we know.
+------+---------+-------------+------------------------------------------+ +------+---------+-------------+------------------------------------------+
| data | length | name | description | | data | length | name | description |
+------+---------+-------------+------------------------------------------+ +------+---------+-------------+------------------------------------------+
| 0x01 | 1 bytes | page_type | 0x03 indicate an index page | | 0x03 | 1 bytes | page_type | 0x03 indicate an index page |
| 0x01 | 1 bytes | unknown | | | 0x01 | 1 bytes | unknown | |
| ???? | 2 bytes | free_space | The free space at the end this page | | ???? | 2 bytes | free_space | The free space at the end this page |
| ???? | 4 bytes | parent_page | The page number of the TDEF for this idx | | ???? | 4 bytes | parent_page | The page number of the TDEF for this idx |