Short: FileSystem for CBM 1541 disks, v1.3+src. Author: m.krause@tu-harburg.de (Michael Krause) Uploader: m krause tu-harburg de (Michael Krause) Type: disk/misc Architecture: m68k-amigaos Forget all those nasty tools to read files from 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.3 (01-Jan-99) (most changes by John "Graham" Selck) - Improved error handling. Finally retries on errors are done. - BAM handling is more secure now. - Slightly adjusted block allocation algorithm - Support for illegal directory filetypes - Some minor bug fixes.