home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / h / hd-cpy16.zip / FDREAD.DOC next >
Text File  |  1992-12-28  |  4KB  |  108 lines

  1. The following is an excerpt from FDFORMAT.DOC.
  2. I deleted all stuff that belonged to FDFORMAT.
  3. To get the whole software (FDFORMAT and FDREAD incl. full documentation
  4. and source code), look at your local ftp-server.
  5.    Oliver Fromme
  6. -----------------------------------------------------------------------------
  7. FDREAD - Use Disks with higher Capacity
  8.  
  9. LICENSE
  10. -------
  11.  
  12. This program is a public-domain product for private and educational 
  13. use. You may freely copy and use it without any charge.
  14.  
  15. This program must not be sold for profit. An adaequate fee may be 
  16. requested for copying, shipping and handling when redistributing this 
  17. program.
  18.  
  19. You may modify and improve this program, but the executable program 
  20. must show a message that your version has been modified.
  21.  
  22. If you find, that this program is worth contributing for it, do not 
  23. hesitate to send cash, check, 3½"-diskettes or something else.
  24.  
  25.  
  26. COMMENTS AND PROBLEMS
  27. ---------------------
  28.  
  29. Comments, improvements, suggestions and problems may be sent to
  30. the Author
  31.  
  32. Christoph H. Hochstätter
  33. Carl-Strehl-Strasse 20
  34. D-3550 Marburg
  35. West-Germany
  36.  
  37. Phone: +49 6421 14618 (voice/BTX)
  38.  
  39. E-Mail: HAMPE2@DMRHRZ11.BITNET (Bitnet/Internet)
  40.         Christoph Hochstaetter on 2:243/22 (Fido)
  41.  
  42.  
  43. SYSTEM REQUIREMENTS
  44. -------------------
  45.  
  46. IBM or compatible Computer
  47. DOS 3.20 or above
  48.  
  49.  
  50. GETTING STARTED
  51. ---------------
  52.  
  53. To make FDREAD resident simply type FDREAD from the DOS-Command-Line.
  54. Or install it in your AUTOEXEC.BAT file. If you have a memory-manager
  55. installed, that supports UMB (like QEMM, QRAM, mov'em or 386-Max), do
  56. not load FDREAD high. The TSR automatically detects the memory manager
  57. and will load high itself.
  58.  
  59. FDREAD will also automatically load high on computers with a 286(!!!) 
  60. processor and up, if DOS 5 or higher is used. You must have HIMEM.SYS 
  61. (or another XMS-Driver) installed and put DOS=HIGH in your CONFIG.SYS 
  62. file. Since this technique of high-loading is quite tricky, you must 
  63. ensure, that FDREAD is loaded before any program that plays with the 
  64. A20 line and grabs the Interrupt 13 (Hex). This is the case for some 
  65. disk-caching programs like HYPERDISK(TM). If you are using a disk-
  66. caching program, load FDREAD before the caching program. Also, if the 
  67. system hangs, after you installed FDREAD, load FDREAD as the first 
  68. TSR.
  69.  
  70. If you get the error "Too much memory available". You must load FDREAD 
  71. twice to avoid this error.
  72.  
  73. The TSR is required to support diskette formats, which are non-
  74. standard under DOS.
  75.  
  76. Note, that it is not possible to create bootable diskettes, which 
  77. require the TSR. It may also be possible, that a format, which can be 
  78. read without the TSR on your computer, will fail on another computer. 
  79. If you are creating bootable diskettes, it is recommended only to use 
  80. DOS-standard-formats.
  81.  
  82.  
  83. Format          360k-Drive 720k-Drive 1.2M-Drive 1.44M-Drive
  84. --------------- ---------- ---------- ---------- -----------
  85. 160 kByte Disk  yes        FDREAD     yes        FDREAD
  86. 180 kByte Disk  yes        FDREAD     yes        FDREAD
  87. 200 kByte Disk  FDREAD     FDREAD     FDREAD     FDREAD
  88. 205 kByte Disk  FDREAD     FDREAD     FDREAD     FDREAD
  89. 320 kByte Disk  yes        FDREAD     yes        FDREAD
  90. 360 kByte Disk  yes        FDREAD     yes        FDREAD
  91. 400 kByte Disk  FDREAD     FDREAD     FDREAD     FDREAD
  92. 410 kByte Disk  FDREAD     FDREAD     FDREAD     FDREAD
  93. 720 kByte Disk  no         yes        FDREAD     yes
  94. 800 kByte Disk  no         FDREAD     FDREAD     FDREAD
  95. 820 kByte Disk  no         FDREAD     FDREAD     FDREAD
  96. 1.2 MByte Disk  no         no         yes        yes
  97. 1.44 MByte Disk no         no         FDREAD     yes
  98. 1.48 MByte Disk no         no         FDREAD     yes
  99. 1.6 MByte Disk  no         no         no         FDREAD
  100. 1.64 MByte Disk no         no         no         FDREAD
  101. 1.68 MByte Disk no         no         no         FDREAD
  102. 1.72 MByte Disk no         no         no         FDREAD
  103.  
  104. FDREAD in the above table means, that this format will work only, if 
  105. FDREAD is installed. You may find out, that this table will not be
  106. valid for your computer and that you can use certain diskette formats
  107. without FDREAD, that are listed to work with FDREAD only.
  108.