[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Size Limit



No patch.  The 32Mb partition limit under ProDOS is because a 16-bit
number is used to represent the block count on a disk, so:

65,536 blocks * 512 bytes/block = 32 Mb.

It would require rewriting most of ProDOS to get around the 32Mb limit,
and then it wouldn't be ProDOS anymore. :)

--
Eric Shepherd     | AOL: Sheppy    | Internet: uerics@mcl.mcl.ucsb.edu
======================================================================
Programming Law #10: Don't be afraid to look it up in the manual.
Corollary: If it's not in the manual, it must be really important.