Displaying 2 results from an estimated 2 matches for "prepcod".
Did you mean:
prepcd
2018 Jan 09
0
isolinux.bin checksum
...he compressed isolinux.bin.
But those bytes would also be part of prepcore's checksum computation. So the
checksum should match the one from libisofs.
I further tried to provoke the initial checksum of isolinux.bin by spoiling
the byte order of the 4-byte unsigned integers which get added.
But prepcode's function get_32() in both variants yields on amd64 the same
integer values as libisofs sees. Willfully reverting byte order of the
integers does not yield the initial checksum 0x09e675b8.
Another suspect would be a difference between checksum computation and
effective file writing. But the...
2018 Jan 08
2
isolinux.bin checksum
> Hi,
>
> Ady wrote:
> > During May 2009, a commit by Peter deleted the checksumiso.pl file. The
> > commit is:
> > core: LZO compress the PM part of the core
> > repo.or.cz/syslinux.git/commit/0d82b71304d596d80f3c4520f9dcf90048ca50b7
> > And so, since version 4.00, the 'code/checksumiso.pl' file is no longer
> > included.
> > How is