home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / srdsk200.zip / WHATSNEW.DOC < prev   
Text File  |  1992-12-12  |  7KB  |  218 lines

  1.  
  2. 2.00 1992-12-12
  3.  
  4. - Memory allocation bug that gave XMS error A7 removed.
  5.  
  6. - Disk resizing could change the reported size of clusters at some rare 
  7. cases although the cluster size was not changed.
  8.  
  9. - Now asks if disk contents are to be removed if all the old data can 
  10. not fit the new disk being created.
  11.  
  12.  
  13. 2.00 BETA 3 1992-11-06 A pre-release version for the version 2.0
  14.  
  15. - Made two versions of the device drivers: full featured and small.
  16.  
  17. - Full featured device drivers now have their own stack so that user 
  18. need not care of it. Small device drivers do not have this.
  19.  
  20. - Optimized some code for faster operation.
  21.  
  22. - Fixed a problem with root directory sectors being cleared with resize.
  23.  
  24. - DR-DOS problems solved. The device driver did not preserve flags and 
  25. this seemed to have caused the trouble with DR-DOS.
  26.  
  27. - Now should correctly estimate the available memory size before trying 
  28. to format. Still possible to fail with XMS though - this is due to the 
  29. incomplete services of XMS.
  30.  
  31. - Memory allocation while preserving disk contents fixed.
  32.  
  33.  
  34.  
  35. 2.00 BETA 2 A pre-release version for the version 2.0
  36.  
  37. - Memory allocation while preserving disk contents fixed.
  38.  
  39. - Changed the multiplex number back to what it was in 1.x versions. BETA 
  40. 1 had a different number so that it will not conflict with existing 1.x 
  41. version disk.
  42.  
  43. - Boot sector is now updated correctly when disk is resized. Thus you 
  44. can diskcopy a disk into RAM disk, resize it and diskcopy it to a disk 
  45. of another format - great for boot disks too!
  46.  
  47.  
  48.  
  49. 2.00 BETA 1 A pre-release version for the version 2.0
  50.  
  51. - SRDISK now tries to preserve the disk contents by default.
  52.  
  53. - Device driver SRDEMS.SYS for EMS memory support. Requires EMS version 
  54. 4.0.
  55.  
  56. - Device drivers are now compatible with DOS DISKCOPY command. Use 
  57. SRDISK /F switch to configure SRDISK to the same format as the floppy 
  58. and you can then diskcopy between the floppy and RAM Disk. Great for 
  59. disk duplication - no need to swap the disks any more. Also DISKCOPY 
  60. to/from the floppy is much faster than copying each file one by one.
  61.  
  62. - Alternative command line options and some new options. The longer 
  63. options can be shortened if they remain unambiguous.
  64.  
  65. - /U (or /UNCONDITIONAL or /ERASE) switch can be used to clear the disk.
  66.  
  67. - /F (or /DOSFORMAT) has many FDFORMAT disk sizes and formats added. The 
  68. available sizes are listed in SRDISK.DOC.
  69.  
  70. - New options are added to better support different floppy formats:
  71.  
  72.         /MEDIA:n                - Defines the media ID byte
  73.         /HEADS:n or /SIDES:n    - Defines sides on the disk
  74.         /SECTORS:n or /SPT:n    - Defines sectors per track
  75.         /DEVICETYPE:n           - Device type (0=360K floppy, 1=1.2M floppy,
  76.                                   2=720K floppy, 3=8-inch single density,
  77.                                   4=8-inch double density, 5=hard disk,
  78.                                   7=1.44M floppy, 9=2.99M floppy)
  79.  
  80. - Error condition handling for batch operation enhanced.
  81.  
  82.         /ASK                    - Ask about destroying data (default)
  83.         /YES or /FORCE          - Destroy data if necessary to complete
  84.         /NO                     - Do not destroy data
  85.  
  86.  
  87. 1.42
  88.  
  89. - Restricted FAT copies to maximum of 2. DOS 5 did not manage well if
  90. there were more.
  91.  
  92. - SRDISK.SYS caused the block devices loaded after is to have bad drive
  93. letters assigned to them.
  94.  
  95. - Tried to read root directory when there was no disk.
  96.  
  97. - MS-DOS 5 does not interpret the disk size correctly after it has had
  98. to face a bad disk. Deviced a get-around for the bug.
  99.  
  100. - Memory allocation has been fixed to help the memory managers.
  101.  
  102. - Made stack larger.
  103.  
  104.  
  105.  
  106. 1.41 1992-06-06
  107.  
  108. - I started to take a licensing fee from corporate users. Sorry, I have
  109. no other income currently. I tried to make the prices reasonable, but if
  110. you feel the prices are too high for your casual use, you can try to
  111. bargain.
  112.  
  113. - One '!' had disappeared from the env.c causing the /E not to work.
  114. Hopefully not many copies of the 1.40 version got out.
  115.  
  116. 1.40 1992-06-03
  117.  
  118. - DR-DOS 6 hangup solved by passing a valid looking BIOS Parameter Block
  119.   at init.
  120.  
  121. - Added a check for DR-DOS 5, since SRDISK did not seem to work with it
  122.   unless sector size was 128 bytes. Under DR-DOS 5 sector size now
  123.   forced to 128 bytes.
  124.  
  125. - resolve_drive() now finds drive letters even if driver loaded high
  126.   with some upper memory manager utility. Also if driver not found,
  127.   disks should be configurable anyway as 1:, 2:, etc. - although better
  128.   would be to tell the drive letter in CONFIG.SYS.
  129.  
  130. - Disk size 1 with /F:1 to get rid of drive not ready reports.
  131.  
  132. - Unless forced sector/cluster/root dir sizes, adjust them properly.
  133.  
  134. - Have srdisk handle allocation of known types of memory. Also enhanced
  135.   allocation to hopefully work better with DesqView.
  136.  
  137. - Reorganized source to several files. Also many other minor changes and
  138.   source beautifying.
  139.  
  140. - Multiplex interrupt interface changed a bit.
  141.  
  142. - Borland C++ 3.0 produced bad code handling long integers and thus the
  143.   beginning of FAT was a little wrong. Changed the code to one not
  144.   having a bug.
  145.  
  146.  
  147.  
  148. 1.30 1992-01-18
  149.  
  150. - Changed to freeware from public domain
  151.  
  152. - Changed the driver control from IOCTL calls to multiplex interrupt.
  153.  
  154. - Added support for over 32M RAM drives (up to 4096M). Over 32M drives
  155.   need DOS 4+ because they use over 0xFFFF sectors.
  156.  
  157. - Added /V switch for program verbosity control. /Y now only forces the
  158.   disk format, it does not make the program less verbose.
  159.  
  160. - Support for chained drivers. These drivers all contribute memory for
  161.   the same virtual drive. Added switch /M to control how much memory may
  162.   be used by each driver in the chain.
  163.  
  164. - Formatting reads the root directory to find out if there is anything
  165.   that would be destroyed. If not, it will not ask for permission to
  166.   destroy.
  167.  
  168. - Added /E switch to set environment variables SRDISKn to show srdisk
  169.   drives.
  170.  
  171. - Scans Drive Parameter Table on DOS 2 and 3 to find the drive letters,
  172.   if necessary.
  173.  
  174.  
  175.  
  176. 1.20 1991-10-04
  177.  
  178. - Fixed name of program by adding the missing 'Re' to 'Sizeable'.
  179.  
  180. - Added 16 bit FAT support; more 'sizeable' disks that had over 4077
  181.   clusters were not operational. Due to DOS's inconsistent behaviour,
  182.   disks with over 4077 and under 4088 clusters (or over 65518, possible
  183.   with 128 byte clusters and 8M disk size) are avoided by making
  184.   clusters bigger.
  185.  
  186. - Added DOS lookalike disk formats via switch /F.
  187.  
  188. - The FAT number is now defined via switch /A instead of /F.
  189.  
  190. - The time of format is stored in volume label.
  191.  
  192. - Upgraded to IOCTL_msg version 1.20 which tells the type of memory used
  193.   by the driver.
  194.  
  195. - Disallow sectors greater than 512 bytes as DOS can not handle them
  196.   properly but rather crashes when it encounters them.
  197.  
  198. - Allow clusters up to 8 kilobytes.
  199.  
  200. - Enhanced help.
  201.  
  202.  
  203.  
  204. 1.10 1991-09-06
  205.  
  206. - Added full support for multiple FATs. 1.00 had the /F switch, but no
  207.   support for it in formatter.
  208.  
  209. - Updated to IOCTL_msg versio 1.10 so that media byte is no longer used
  210.   to indicate the media change but to indicate the drive is RAM disk.
  211.  
  212. - Some minor fixes.
  213.  
  214.  
  215.  
  216. 1.00 1991-06-09 Initial release
  217.  
  218.