home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_08 / EXDOS24A.LZH / EXTENDOS.24A / EXTENDOS.TT < prev    next >
Text File  |  1996-06-08  |  4KB  |  104 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> [Options], <Physical drive>:<Device #> ... 
  20. ;
  21. ; where <Physical BOS driver>
  22. ;                is the fully-qualified pathname of the physical
  23. ;                device driver, CD.BOS
  24. ;       [Options]
  25. ;                are optional parameters to pass to CD.BOS (see
  26. ;                Appendix A of the manual for examples)
  27. ;       <Physical drive>
  28. ;                is a single letter not used as a physical drive
  29. ;                name elsewhere in your setup.  X, Y, or Z is usually
  30. ;                a good choice
  31. ;       <Device #>
  32. ;                indicates the actual physical id of the device, as
  33. ;                follows:
  34. ;                     Device #     meaning
  35. ;                      0 - 7       ACSI DMA device 0 - 7, or
  36. ;                                  Falcon030 SCSI device 0 - 7
  37. ;                      8 - 15      TT030 SCSI device 0 - 7, or
  38. ;                                  Falcon030 SCSI device 0 - 7
  39. ;
  40. ; Note that there can be several <Physical drive>:<Device #> pairs,
  41. ; separated by spaces, if you have more than one CD-ROM drive.
  42. ;
  43. ; Examples:
  44. ; 1. Using driver in C:\AUTO\BOOT, associate device Z with ACSI device 5
  45. ;    *BOS, C:\AUTO\BOOT\CD.BOS, Z:5
  46. ; 2. Associate device Y with TT030 SCSI device 3
  47. ;    *BOS, C:\BOOT\EXTENDOS\CD.BOS, Y:11
  48. ;
  49. ;
  50. ; The following specifies that:
  51. ;   a) the physical device driver is CD.BOS, located in directory C:\EXTENDOS
  52. ;   b) CD.BOS will have tracing active, with 16 trace entries
  53. ;   c) CD.BOS will use Z as the name of the physical device
  54. ;   d) the CD-ROM drive is at address 5 on the TT030 SCSI port.
  55. ; NOTE: the choice of Z is arbitrary, but you must choose a letter
  56. ;       that is not otherwise used in your system.
  57. ;
  58. *BOS, C:\EXTENDOS\CD.BOS T=16, Z:13
  59.  
  60. ;
  61. ; Format of line for logical (DOS) driver:
  62. ;
  63. ;*DOS, <Logical DOS driver> [Arguments], <Logical id>:<Physical id>
  64. ;
  65. ; where <Logical id>
  66. ;                is a single letter not used as a logical (GEMDOS) drive
  67. ;                letter elsewhere in your setup.  P, Q, or R is usually
  68. ;                a good choice
  69. ;       <Physical drive>
  70. ;                refers back to the letter specified in an *BOS line for
  71. ;                the physical device involved
  72. ;
  73. ; Examples:
  74. ; 1. Using driver in C:\AUTO\BOOT, associate drive R with physical device Y
  75. ;    *DOS, C:\AUTO\BOOT\UNIDRIVE.DOS, R:Y
  76. ;
  77. ;
  78. ; The following specifies that:
  79. ;   a) the logical DOS driver is UNIDRIVE.DOS, located in directory C:\EXTENDOS
  80. ;   b) UNIDRIVE.DOS should reserve a 12-sector buffer for the path table
  81. ;      and 2 1-sector buffers for single read requests
  82. ;   c) all files on the CD-ROM will be shown as (logical) read/write in directory
  83. ;      displays
  84. ;   d) GEMDOS (including the desktop) will access the CD-ROM drive as drive P
  85. ;   e) the physical drive that this is associated with is drive Z (which ties
  86. ;      back via the *BOS control statement to an actual drive address).
  87. ; NOTE: the choice of P is arbitrary, but you must choose a letter
  88. ;       that is not otherwise used in your system.
  89. ;
  90. *DOS, C:\EXTENDOS\UNIDRIVE.DOS P=12 B=2 R/W, P:Z
  91.  
  92. ;
  93. ; At this point you _may_ run other AUTO-folder programs by specifying
  94. ; the full pathname for them, followed by any arguments required.
  95. ; NOTE: if you decide to run them from here, don't forget to move them
  96. ;       out of the AUTO folder into a different folder !!
  97. ;
  98. ; Examples:
  99. ;c:\patches\serialfx.prg         ; fix RTS/CTS stuff for ST-compatible port
  100. ;c:\boot\cachennn.prg d200 f200  ; 200 FAT/root buffers & 200 data/dir buffers
  101. ;c:\boot\foldr100.prg            ; allow 100 extra folders
  102. ;c:\boot\maccel3.prg             ; install mouse accelerator
  103. ;c:\gplus\g+plus.prg             ; install g+plus
  104.