User:Superleaf1995/lowFS: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 67:
 
A checksum cannot be after the last entry or entry header in a chain.
 
<source lang="c">
struct unifs_checksum {
uint16_t val; // 0x53BC
uint16_t bf; // Previous 2 bytes anded with 0x53BC
uint32_t fp; // FILEPART size high bytes
};
</source>
170

edits