home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / EXDOS122.LZH / EXTNDOS.122 / EXTENDOS.TT < prev    next >
Text File  |  1994-08-17  |  4KB  |  90 lines

  1. ;
  2. ; This is a sample EXTENDOS.CNF for use with ExtenDOS.
  3. ;
  4. ; It is set up for a CD-ROM drive attached as device 5 on the
  5. ; SCSI port of a TT030.
  6. ;
  7. ; This file should be placed in C:\AUTO, together with
  8. ; EXTENDOS.PRG.
  9. ;
  10. ; Note: lines beginning with a semicolon like this are comments
  11. ; and are ignored by EXTENDOS.PRG.  The only lines absolutely
  12. ; required are one *BOS line specifying CD.BOS, and one *DOS
  13. : line specifying UNIDRIVE.DOS.
  14. ;
  15.  
  16. ;
  17. ; Format of line for physical (BOS) driver:
  18. ;
  19. ;*BOS, <Physical BOS driver> [Arguments], <Physical id>:<Device #>, ... 
  20. ;
  21. ; where <Physical id> is a single letter not used as a drive letter
  22. ;                     elsewhere in your setup.  X, Y, or Z is usually
  23. ;                     a good choice
  24. ;       <Device #>    indicates the actual physical id of the device,
  25. ;                     as follows:
  26. ;                          Device #     meaning
  27. ;                           0 - 7       ACSI DMA device 0 - 7, or
  28. ;                                       Falcon030 SCSI device 0 - 7
  29. ;                           8 - 15      TT030 SCSI device 0 - 7
  30. ;
  31. ; Examples:
  32. ; 1. Using driver in C:\AUTO\BOOT, associate device Z with ACSI device 5
  33. ;    *BOS, C:\AUTO\BOOT\CD.BOS, Z:5
  34. ; 2. Associate device Y with TT030 SCSI device 3
  35. ;    *BOS, C:\BOOT\EXTENDOS\CD.BOS, Y:11
  36. ;
  37. ;
  38. ; The following specifies that:
  39. ;   a) the physical device driver is CD.BOS, located in directory C:\EXTENDOS
  40. ;   b) CD.BOS will have tracing active, with 16 trace entries
  41. ;   c) CD.BOS will use Z as the name of the physical device
  42. ;   d) the CD-ROM drive is at address 5 on the TT030 SCSI port.
  43. ; NOTE: the choice of Z is arbitrary, but you must choose a letter
  44. ;       that is not otherwise used in your system.
  45. ;
  46. *BOS, C:\EXTENDOS\CD.BOS T=16, Z:13
  47.  
  48. ;
  49. ; Format of line for logical (DOS) driver:
  50. ;
  51. ;*DOS, <Logical DOS driver> [Arguments], <Logical id>:<Physical id>,...
  52. ;
  53. ; where <Logical id>  is a single letter not used as a drive letter
  54. ;                     elsewhere in your setup.  P, Q, or R is usually
  55. ;                     a good choice
  56. ;       <Physical id> refers back to the letter specified in an *BOS
  57. ;                     line for the physical device involved
  58. ;
  59. ; Examples:
  60. ; 1. Using driver in C:\AUTO\BOOT, associate drive R with physical device Y
  61. ;    *DOS, C:\AUTO\BOOT\UNIDRIVE.DOS, R:Y
  62. ;
  63. ;
  64. ; The following specifies that:
  65. ;   a) the logical DOS driver is UNIDRIVE.DOS, located in directory C:\EXTENDOS
  66. ;   b) UNIDRIVE.DOS should reserve a 12-sector buffer for the path table
  67. ;      and 2 1-sector buffers for single read requests
  68. ;   c) all files on the CD-ROM will be shown as (logical) read/write in directory
  69. ;      displays
  70. ;   d) GEMDOS (including the desktop) will access the CD-ROM drive as drive P
  71. ;   e) the physical drive that this is associated with is drive Z (which ties
  72. ;      back via the *BOS control statement to an actual drive address).
  73. ; NOTE: the choice of P is arbitrary, but you must choose a letter
  74. ;       that is not otherwise used in your system.
  75. ;
  76. *DOS, C:\EXTENDOS\UNIDRIVE.DOS P=12 B=2 R/W, P:Z
  77.  
  78. ;
  79. ; At this point you _may_ run other AUTO-folder programs by specifying
  80. ; the full pathname for them, followed by any arguments required.
  81. ; NOTE: if you decide to run them from here, don't forget to move them
  82. ;       out of the AUTO folder into a different folder !!
  83. ;
  84. ; Examples:
  85. ;c:\patches\serialfx.prg         ; fix RTS/CTS stuff for ST-compatible port
  86. ;c:\boot\cachennn.prg d200 f200  ; 200 FAT/root buffers & 200 data/dir buffers
  87. ;c:\boot\foldr100.prg            ; allow 100 extra folders
  88. ;c:\boot\maccel3.prg             ; install mouse accelerator
  89. ;c:\gplus\g+plus.prg             ; install g+plus
  90.