For now this is just a read-only filesystem.
Installation:
Copy SAMDOSFileSystem SYS:L/
Usage:
Example DOSDriver for mounting .sad/.dsk files with diskimage.device is
included. Simply drag the ISAM0 file into either SYS:Devs/DOSDrivers or
SYS:Storage/DOSDrivers.
For using it with another device than diskimage.device you must modify the
Device/Unit information in the icon tooltypes (currently these are set to
diskimage.device unit 3).
Changes:
52.2 (21-Sep-2010)
- Now uses ETD_READ command instead of NSCMD_ETD_READ64, which is overkill for
SAMDOS disks as they are not remotely close to 4GB in size
- Seeking is now supported
- Added support for optional disk label on MasterDOS disks
- Fixed ACTION_MORE_CACHE implementation (returns number of buffers in dp_Res1
instead of dp_Res2)
- Added support for ACTION_COPY_DIR_FH packet
52.1 (16-Sep-2010)
- First released version
| |