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

Re: Foreign operating system areas on ProDOS volumes



Hi, y'all!

Andy McFadden <fadden@fadden.com> wrote in message news:<0ifTb.12093$XF6.235033@typhoon.sonic.net>...
> Yes.  I would have preferred using a storage type that prevented reading
> the file data directly.  It's possible that the Pascal volume storage
> type ($04) worked this way, but I've never tried one.

    Yes, it works that way.  The Pascal Partition Manager grabs the
total space you request at the end of a ProDOS volume.  Then it
divides that total space into a variable number of variable sized
partitions according to your specifications.  PPM  is written in UCSD
(Apple) Pascal but the source is not available AFAIK.  I rewrote it in
Kyan Pascal but did not complete the re-write.  Contact me if you'ld
like a copy.

Willi