>From: James Pearson <[EMAIL PROTECTED]>
> /* Now assign addresses on the disc for the path table. */
> path_blocks = (path_table_size + (SECTOR_SIZE - 1)) >> 11;
> if (path_blocks & 1)
> path_blocks++;
> jpath_blocks = (jpath_table_size + (SECTOR_SIZE - 1)) >> 11;
> if (jpath_blocks & 1)
> jpath_blocks++;
>However, I have no idea why
>It's been in the code since the earliest version I've seen (v0.99).
>Comments in the early mkisofs code seem to indicate that the mkisofs code
>attempted to create an output compatible with what ever product "Young Minds"
>had at the time - may be that's why the number of sectors is rounded up
>to an even number ... If Eric is still reading this list, then may be he
>knows why ...
It is funny, but I got a "bug report" from Sun regarding bootable CD's.
Aout 2-3 years ago, I changes mkisofs so that it does not write a second
END PVD descriptor anymore.
Sun seems to assume that it is there and patches the first one to become
a eltorito PDV. .... I told them that that rather should use the sparc boot
features of mkisofs...
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]