home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / MAKFST.ZIP / MAKFST.DOC < prev   
Encoding:
Text File  |  1986-09-12  |  3.9 KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.             FASTER DISK ACCESS FOR MS-DOS COMPUTERS
  6.  
  7.  
  8.  
  9.     This is the documentation for MAKFST.COM, a program used to patch DOS to
  10.     speed up disk access.
  11.  
  12.     The program and theory behind it were described in an article by
  13.     Pat Swayne, in the August, 1986 issue of REMark, the Heath/Zenith users
  14.     group magazine.  It should be applicable and helpful to all users of
  15.     MS-DOS PC's.  It increases drive access time (not actual drive motor
  16.     speed) without damage or increased wear to the drive.
  17.  
  18.  
  19.  
  20.     BRIEF THEORY
  21.  
  22.     A delay is included in DOS to give the disk drive heads time to bounce
  23.     when loaded.  Another delay controls the starting time for the drive
  24.     motor.  There may be drives on the market that require lengthy head
  25.     contact and motor start times to function properly, but most of the drives
  26.     in use do not.  Several drives, such as some Shugart and Mitsubishi models
  27.     load the heads at the moment the drive lever is rotated down and these
  28.     drives in particular require no bounce delay.  Most other drives require
  29.     little or no bounce delay as well.
  30.  
  31.  
  32.     TESTING VARIOUS DELAY TIMES
  33.  
  34.     You use MAKFST to permanently patch your copy of DOS with altered
  35.     delay times.  You can and should experiment with different delays to
  36.     ascertain those appropriate for your drives.  This is especially
  37.     advisable if your system is using more than one model or brand of drive.
  38.     You may discover that different delay times are necessary for the various
  39.     drives attached to your PC.
  40.  
  41.     Remember that MAKFST renders a patch to DOS.  Therefore, after running
  42.     the program you must reboot to invoke the changes.    If you are
  43.     experimenting with different delay times, you will have to reboot as many
  44.     times as you change the delays.  Once you've determined the correct times
  45.     and run the program with those values, DOS is permanently changed and will
  46.     boot-up as such without further intervention.
  47.  
  48.     Pat Swayne recommends comparison of drive performance by formatting a
  49.     diskette with the /V switch and timing the operation using various delay
  50.     times.  I found that comparisons could be made using DIR with a diskette
  51.     having an abundance of files, though the time differences seem slight
  52.     because of the speed at which DIR functions.
  53.  
  54.     The primary purpose in testing delay values, is to ensure that head
  55.     bounce does not occur.  The occurrence of a bounce should be obvious
  56.     through appearance of an error message.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.     RUNNING MAKFST.COM
  72.  
  73.     You run MAKFST by entering (at the DOS prompt):
  74.  
  75.                  MAKFST d:n,n
  76.  
  77.     where d: is the drive designation, and n,n are the values for head bounce
  78.     and motor delays respectively.  Each increment of delay time represents
  79.     1/4 second.  To turn bounce delay off, set it to 0; to change to half of
  80.     a second, set it to 2.
  81.  
  82.     For example, if you wish a head bounce delay of 0 and a motor delay of 1
  83.     for drive A:, you would enter:
  84.  
  85.                  MAKFST A:0,1
  86.  
  87.  
  88.  
  89.  
  90.     COMMENTS
  91.  
  92.     - Remember to reboot after running MAKFST to utilize the system with
  93.       your altered delay times.
  94.  
  95.     - Remember that different drive models from different manufacturers may
  96.       require particular minimum delays to function reliably -- experiment.
  97.  
  98.     - MAKFST does not alter the speed of the drive's motor, so damage and
  99.       increased drive wear are not a problem with this procedure.  This is
  100.       not the case with some disk speed-up utilities available.
  101.  
  102.     - Refer to the August '86 issue of REMark for Pat Swayne's full doctrine
  103.       on this subject as well as the assembly source code for MAKFST.
  104.  
  105.  
  106.  
  107.  
  108.     MAKFST.COM and this documentation file were prepared and uploaded to
  109.     the FANTASY FACTORY Fido board by:    Truman Bonney.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.