Bruce Evans <[EMAIL PROTECTED]> writes:
> Mostly (b).  Sizes are 64 bits in the standard, but FreeBSD has always
> silently discarded the highest 32 bits and corrupted the next highest
> bit to a sign bit, so the file size limit is at most 2GB or 4GB
> (depending on whether the sign bit gets corrupted back to a value bit).

ISO9660 does not use 64-bit values.  Those 8-byte values you see in
the headers are 32-bit values stored first in little-endian format and
second in big-endian format.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to