User:Superleaf1995/lowFS: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 67: Line 67:


A checksum cannot be after the last entry or entry header in a chain.
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>