ucsd-psystem-fs 1.1 review

Download
by rbytes.net on

ucsd-psystem-fs project makes it possible to mount UCSD p- System disk images as Linux file sytems. This project has been successf

License: GPL (GNU General Public License)
File size: 0K
Developer: Peter Miller
0 stars award from rbytes.net

ucsd-psystem-fs project makes it possible to mount UCSD p- System disk images as Linux file sytems.

This project has been successfully tested against several disk image formats. All of the disk formats are automatically detected at run time, no guessing by the user is required. The formats supported include:

Non-interleaved disk images work correctly, for any valid size. This gives the best performance, as you would expect.
Single and redundant directory contents work.
Apple ][ Pascal 140KB interleaved disk images work correctly. This was tested against the system disk images at ftp://ftp.mayn.de/ pub/ really_old_stuff/ mirrors/ apple.asimov.net/ programming/ apple_pascal/
Simple 800KB disk images work. This was tested against the disk images at http://apple2.callapple.org/ software/ tribby/ apascal.html
Offset interleaved 256KB disk images (PDP11?) work. This was tested against the disk images at http://www.bitsavers.org/ bits/ UCSD_Pascal/ ucsd_II.0/

IIRC, the original UCSD p-System did not permit more than one file being open for writing at the same time. Files in this file system are represented by a single continuous disk extent. This implementation uses the Buffer Gap algorithm, found in many text editors, to manage file extents being written. This implementation can cope with two (or more) files open for writing at the same time, however performance will be impacted as disk blocks will constantly be shuffled back and forth as the gap is moved to the end of each of the files being written.

What's New in This Release:
The file system is functional, and understands many different disk interleave styles.

ucsd-psystem-fs 1.1 keywords