On Sun, 27 Jul 2003, Fred Cisin wrote:
> Apple-DOS stores starting point, and then each file contains IN THE FILE'S
> SPACE, pointers to the next space. Thus forming a linked list of sectors,
> but giving you 254? bytes of data in each 256 byte sector.
In Apple ProDOS, the file entry in the directory points to either the
first block of the file (if the file is only one block in length) or a
block that contains a list of all the blocks the file uses. This is still
simple but elegant.
--
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
* Old computing resources for business and academia at www.VintageTech.com *
Received on Sun Jul 27 2003 - 17:48:00 BST