home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s073 / 1.img / 386UMB.CFG next >
Encoding:
Text File  |  1993-05-01  |  2.5 KB  |  63 lines

  1.             Using the ETEN Card Series on a 386
  2.             -----------------------------------
  3. If you are using the ETEN card series on a 386 system,
  4. and are using a memory manager, add an EXCLUDE parameter to
  5. the memory manager DEVICE statement in the CONFIG.SYS file.
  6. Be sure to do this so the memory manager doesn't use the
  7. memory area required by the ETEN Chinese system card.  The range
  8. of memory addresses depends on the base address of the Chinese
  9. card. The exclude parameter format depends on the memory
  10. manager.  See the tables below.
  11.  
  12. The following table lists the formats for the "EXCLUDE"
  13. parameters for several popular memory managers.
  14.  
  15.                                   "EXCLUDE" Parameter
  16.      Product      EMM Driver            Format
  17.      --------     -----------     -------------------
  18.      QEMM-386     QEMM386.SYS       EXCLUDE=<range>
  19.      386MAX       386MAX.SYS        EXCLUDE=<range>
  20.      DR DOS       EMM386.SYS        EXCLUDE=<range>
  21.      DOS 5        EMM386.EXE        X=<range>
  22.      WINDOWS      EMM386.EXE        X=<range>
  23.  
  24. The following table lists all the possible memory ranges,
  25. based on the base address of the Chinese system card.
  26.  
  27.      Base Address     <range> to Exclude
  28.      ------------     ------------------
  29.          c000             c000-c1ff
  30.          c200             c200-c3ff
  31.          c400             c400-c5ff
  32.          c600             c600-c7ff
  33.          c800             c800-c9ff
  34.          ca00             ca00-cbff
  35.          cc00             cc00-cdff
  36.          ce00             ce00-cfff
  37.          d000             d000-d1ff
  38.          d200             d200-d3ff
  39.          d400             d400-d5ff
  40.          d600             d600-d7ff
  41.          d800             d800-d9ff
  42.          da00             da00-dbff
  43.          dc00             dc00-ddff
  44.          de00             de00-dfff
  45.  
  46. If you want to use the UMBs with ETEN Chinese system, card
  47. series or floppy series, you should also add "EXCLUDE=a000-bfff"
  48. to your memroy manager's DEVICE statement in the CONFIG.SYS file.
  49.  
  50. For example, if you are using QEMM-386 and the Chinese system
  51. card base address is c800, add "EXCLUDE=c800-c9ff" to
  52. the QEMM386 DEVICE statement in the CONFIG.SYS file.
  53.  
  54. You can combine the above two EXCLUDE statements into one, and
  55. the statement becomes
  56.  
  57.     DEVICE=QEMM386.SYS EXCLUDE=a000-c9ff RAM NOEMS  (for color) or
  58.  
  59.     DEVICE=QEMM386.SYS EXCLUDE=a000-c1ff RAM NOEMS  (for mono)
  60.  
  61. When you are running ETSETUP, you could choose "AUTO DETECT"
  62. if ETSETUP want you to identify the ROM-BANK.
  63.