1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00

Fix line breaks.

This commit is contained in:
Markus Birth 2016-12-27 13:39:36 +01:00
parent 46e47f4d46
commit ea0faed7c5

View File

@ -89,7 +89,7 @@ A user called "tidy" has found out what the header bytes are meaning and how che
> byte 11-12: build number (little endian) > byte 11-12: build number (little endian)
> byte 13: flags seem to have impact on the update process but I'm not sure in which function > byte 13: flags seem to have impact on the update process but I'm not sure in which function
> byte 14-15: checksum > byte 14-15: checksum
>
> The checksum is calculated by interpreting the file as a little endian int16 stream, adding up its > The checksum is calculated by interpreting the file as a little endian int16 stream, adding up its
> values, truncating the 16LSBs after every addition and calculating the value that is missing to > values, truncating the 16LSBs after every addition and calculating the value that is missing to
> sum up to 0x10000. I.e. if one calculates the checksum as described over the whole file including > sum up to 0x10000. I.e. if one calculates the checksum as described over the whole file including