home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG038.ARK / FASTNSTL.DOC < prev    next >
Text File  |  1984-04-29  |  3KB  |  65 lines

  1. How to install FAST.COM or SPEED.COM on your system.
  2.  
  3. If you are using any of the following disk controllers,
  4. then the .COM files will work as they are distributed.
  5.     Tarbell single density
  6.     Digital Systems or Digital Microsystems (single
  7.         density)
  8.     Intel MDS 800 or iSBC-201
  9.  
  10. If you are using any of the following disk controllers,
  11. then you will have to insall the appropriate patch file
  12. named below:
  13.     Thinkertoys Discus double density    DSCUSPAT.HEX
  14.     Digital Systems double density        DMSPATCH.HEX
  15.  
  16. If you are using something else with a physical sector size
  17. other than 128, you will have to be a hacker and examine
  18. the various patch files, FAST.ASM, and the skew tables in
  19. your SYSGEN and BDOS.  Good luck.  If you manage to get a
  20. good speed improvement on some controller not listed above,
  21. please send a listing of the patch to the author:
  22.         Robert A. Van Valzah
  23.         1140 Hickory Trail
  24.         Downers Grove, IL    60515
  25.         Thank you.
  26.  
  27. If you have a single density controller other than those
  28. listed above, then use the follwoing procedure:
  29.  
  30. You will need a stopwatch or a watch with a second hand.
  31.  
  32. Pick some operation that takes a fixed amount of time, like
  33. PIPing a file around or assembling something.  Something that
  34. takes about 30 to 60 seconds is good.  Execute it without
  35. FAST, and record the execution time from when you hit return
  36. to when you see the 'A>' again.  Now try the same thing
  37. with FAST (see FMAN.PRN for instructions), and record the
  38. execution time.  If it got faster (look for 20 - 30%) then
  39. you are all set and can use FAST.COM and SPEED.COM as
  40. supplied.
  41.  
  42. If it got slower or stayed the same, then you'll need
  43. RSPEED.COM.  Load RSPEED and enter the number of sectors
  44. per track (most likely 26).  Start with a skew factor of
  45. 1 and time how long it takes to read a track (the time from
  46. when you hit return to when you get the prompt again).
  47. Now increase the skew to 2 or 3 and time a track read
  48. again.  Sooner or later, you should note a marked decrease in
  49. the track read time.  The skew factor you are then using
  50. is the fastest your controller can read an entire track.
  51. Integrate the file SKEWnPAT.HEX into FAST.COM and SPEED.COM
  52. where n is the skew obtained above.
  53.  
  54. How to integrate a patch file:
  55.  
  56. It's simple, all you need is  DDT.COM.
  57. DDT FAST.COM       or for speed:  DDT SPEED.COM
  58. IfooPAT.HEX
  59. R
  60. G0
  61. SAVE 8 FASTX.COM   or for speed:  SAVE 17 SPEEDX.COM
  62.  
  63. And test the new file, it should be as fast as your
  64. system can go.  Enjoy your trip!.
  65.