Short: FileSystem for CBM 1541 disks, modified! Author: louise@louise.amiga.hu Type: disk/misc Version: 1.1 Architecture: m68k-amigaos Uploaded: louise@louise.amiga.hu (LouiSe) Url: http://louise.amiga.hu Compiled by LouiSe more info and other AMIGA ports at: http://louise.amiga.hu ----------------------------------------- Forget all those nasty tools to read files off 1541 disks: FS1541 is a full-blown AmigaDOS file system, which reads and writes the CBM 1541 disk format. The CBM 1541 floppy drive has been the standard disk drive for the C64 computer series, and many people still have disks flying around. In order to process disks directly, you need the >Catweasel< floppy disk controller and a 5.25 inch drive, without it you have to get "fmsdisk.device" from Aminet or somewhere, which lets you operate on ".d64" disk image files. Complete source in C is included. v1.1 (19-Feb-97) - Bug fixed in handling of unformatted disks. - German translation of TFM v1.0 (20-Jan-96) - You can rename files and disks now! - Writing many small files is faster, since the BAM update is done only once: one second after the last access, just like the ROM FileSystem does it. - Removed bug in ACTION_PARENT v0.7 (15-Dec-96) - Block allocation assumed a wrong BAM structure, now fixed. - Virtual file '$opt' - Formatting - Everything works fine with the new multidisk.device 2.0! v0.6 (08-Dec-96) - You can write files now! - Virtual file '$' - Some small bugs fixed v0.5 (24-Nov-96) - First public release - Michael Krause rawstyle@blackbox.dame.de