home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / diskutil / divert13.lzh / DIVERT13 / DIVERT.DOC next >
Text File  |  1993-08-03  |  5KB  |  104 lines

  1.  
  2.                     Drive Divertor - Written by Stuart Coates
  3.  
  4.                           Version 1.30 - 7 October 1991
  5.  
  6.  
  7.         The  Drive Divertor allows you to run software that  is  designed
  8.         for  floppy  only systems on a hard disk.   This is  achieved  by
  9.         intercepting  any  disk  accesses  at  GEMDOS  level  before  the
  10.         Operating  System  gets its hands on them.   When  a  command  is
  11.         intercepted it is examined to see if it needs diverting,  it  not
  12.         the  command is executed as normal otherwise it is  modified  and
  13.         then executed.
  14.  
  15.  
  16.         How to use the Drive Divertor : Either
  17.  
  18.         1.  Rename  DIVERT.TOS  to DIVERT.PRG and place it  in  the  AUTO
  19.         folder on your boot disk.
  20.  
  21.         2. Double-click DIVERT.TOS from desktop.
  22.  
  23.         When  loaded  the program will ask you for a source drive  and  a
  24.         destination drive.   When you have entered these the program will
  25.         now  terminate and continue to divert all accesses to the  source
  26.         drive onto the destination drive.
  27.  
  28.        You  can temporarily switch Divert off using  the  DIVRTOFF.PRG
  29.         program.   Divert can be switched back on by running DIVRTON.PRG.
  30.         If  you  run DIVERT.TOS more than once to divert  several  drives
  31.         then DIVRTOFF.PRG and DIVRTON.PRG will only disable / enable  the
  32.         latest  divert.   DO NOT RUN DIVRTOFF.PRG OR DIVRTON.PRG  WITHOUT
  33.         DIVERT.TOS INSTALLED - YOUR MACHINE MAY CRASH...!
  34.  
  35.  
  36.        Compatibility:
  37.  
  38.         The  Drive  Divertor  gets  its hands on  disk  accesses  by  re-
  39.         directing  the TRAP #1 vector.   If you have any  other  programs
  40.         that alter this vector (QuickST,  TurboST,  and some disk caches)
  41.         then  I recommend that they are ran (in the AUTO  folder)  before
  42.         the  divertor so that they don't interfere with any registers  or
  43.         stack data.   The divertor should be compatible with all versions
  44.         of TOS since it preserves all registers and stack  contents,  and
  45.         makes no un-documented calls (it's STe and probably TT friendly).
  46.         If  you  discover a program that doesn't work with  the  divertor
  47.         then please let me know and if possible send me a copy so that  I
  48.         can fix the problem.
  49.  
  50.         The  Drive Divertor will not work with programs that  access  the
  51.         disk controller directly like some copiers and emulators do.  Any
  52.         program  that  uses  'Standard' Atari TRAP  #1  calls  should  be
  53.         intercepted without any problem.
  54.  
  55.         About Drive Divertor:
  56.  
  57.         Drive Divertor is Shareware,  which means that you may distribute
  58.         it freely,  but if you find it useful you are expected to send  a
  59.         small registration fee.  The registration fee for this product is
  60.         10 pounds sterling.   Registered users will receive all  updates,
  61.         technical  support,  and any other programs that I have  written.
  62.         Magazines  may publish this program on cover disks only  with  my
  63.         permission, and payment of a small fee.
  64.  
  65.         Send all correspondence to:
  66.  
  67.                                   Stuart Coates
  68.                                   9 Links Road
  69.                                   Kibworth Beauchamp
  70.                                   Leicester LE8 0LD
  71.                                   ENGLAND U.K.
  72.  
  73.                                   CompuServe 100010,2106
  74.  
  75.                                   Bath BBS (0225 840060)
  76.                                   (E-Mail to Stuart Coates)
  77.  
  78.         Disclaimer:
  79.  
  80.         Although I have tested this program I cannot be held  responsible
  81.         for any damage that is caused through its use either properly  or
  82.         improperly.   If  you do experience any problems then contact  me
  83.         and I'll try to fix it.
  84.  
  85.  
  86.         Program Credits:
  87.  
  88.         All Design / Coding..............Stuart Coates (The Hitchhiker)
  89.         Original Idea......................................Tony Chapman
  90.         Encouragement............All the Guys on Bath BBS (0225 840060)
  91.         Inspiration........................................Jimi Hendrix
  92.                                                      Yngwie J Malmsteen
  93.         Distribution.......................................Teddystacker
  94.                                      Steve Coats (Arcade Fantasy Sysop)
  95.         Thanks go to........................HiSoft (Devpac, Lattice C5)
  96.                                          Abacus Software (ST Internals)
  97.                                       The Coca-Cola Company (Diet Coke)
  98.  
  99.         Thanks also go to all of the guys on CompuServe (GO ATARIPRO) for
  100.         making the divertor program of the month in August 1991.
  101.  
  102.  
  103.  
  104.