TITLE ProDOS Filer 1.1: Changes from 1.0 Article ID: 661 Created: 9/30/87 Modified: 2/24/98 -------------------------------------------------------------------------------- TOPIC These are the changes between Filer 1.0.1 and Filer 1.1. -------------------------------------------------------------------------------- DISCUSSION 1) The critical speed tolerance of the formating routine was extended. 2) The format routine was made to allow for different size volumes in the same slot. The routine now correctly uses the UNIT number in the Device List in the Global Page as a pointer into the Driver Address table. Previously, the routine would only look at Drive 1 for the information on the size of the volume and would later write out an incorrect Bit Map and Directory after the formatting of the different device in drive 2. 3) The volume number is now transferred from source disk to destination disk in Volume Copy. The volume number on a format is now 1. 4) The 'DEVICE NOT FOUND' bug when trying to format previously unformated media was fixed. The Formatter in ProDOS 1.0/Filer 1.0 would not format a disk in drive 2 if it had never been formatted. This problem also occurred in DuoDisks. The solution was to format the disk in DOS 3.3 and then re-format the disk with the Filer. We later released a new version of ProDOS 1.1.1 and the Filer 1.1. 5) The standard MLI QUIT call will now be executed when a selector is present. 6) Formating volumes consecutively will now start with a random 'nn' value ('/BLANKnn') in the default volume name and then continue increasing sequentially. In addition, these are the changes made from Filer 1.0 to Filer 1.0.1 1) Interrupts were disabled during formating. 2) The BitMap create routines were corrected for all disk sizes.