home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / tlb_t118.zip / CHIPSET.DOC next >
Text File  |  1991-01-18  |  4KB  |  110 lines

  1. CHIPSET.EXE is a small program that simply checks to see if your PC
  2. has one of the memory controllers required to use The Last Byte
  3. memory manager.
  4.  
  5. To see if your PC has one of the supported memory controllers,
  6. simply enter the following command at the DOS prompt:
  7.  
  8.     A>CHIPSET
  9.  
  10. CHIPSET will identify the particular memory controller you have, if
  11. any.  If it says you do have a suitable controller, but you also get
  12. the message:
  13.  
  14.     "Shadow Ram is disabled/relocated - Change Setup"
  15.  
  16. This simply means that something is preventing the shadow ram you
  17. have from being used.  You may need to make a change to the BIOS
  18. SETUP, or you may have to move a jumper on the motherboard.  Before
  19. attempting to do either, be sure to consult the documentation that
  20. came with your computer, and look in it for a discussion of shadow
  21. ram options.
  22.  
  23. To see the entire list of what devices The Last Byte supports, add a
  24. question mark to the command line, as in:
  25.  
  26.     A>CHIPSET ?
  27.  
  28. If your PC has one of these devices, then The Last Byte (tm) memory
  29. manager will work on your PC, and you will be able to load device
  30. drivers, TSRs, DOS buffers and more into upper memory above 640k.
  31.  
  32. If your PC uses another kind of chipset, it may not be supported for
  33. one of the following reasons:
  34.  
  35. (1) No shadow ram hardware:
  36. ---------------------------
  37.  
  38.       Some of the early motherboard chipsets do not provide shadow
  39.     ram support.
  40.  
  41.         Examples: VLSI Technologies 82C100 series
  42.           Western Digital chipsets
  43.           Texas Instruments 82000 series
  44.           Early Suntac chipsets (ST62BC001-6)
  45.  
  46.  
  47. (2) No shadow ram read/write mode:
  48. ----------------------------------
  49.  
  50.     Some chipsets have shadow ram, but it can only be put into
  51.     either write-only mode (for copying rom contents to ram), or
  52.     read-only mode (to prevent accidental writes into what's
  53.     supposed to be a copy of rom).
  54.  
  55.           Examples: ACC Microelectronics chipsets
  56.           Headland Technologies chipsets
  57.           G2 chipsets
  58.  
  59.  
  60. (3) DMA (Direct Memory Access) can't get to the shadow ram:
  61. -----------------------------------------------------------
  62.  
  63.       Many device drivers and TSRs use either use DMA directly, or
  64.     else they employ disk buffers that DOS accesses via DMA.
  65.     The hardware design of some memory controller chips prevent
  66.     DMA from accessing the shadow ram, and thus loading this kind
  67.     of software into shadow ram memory is pointless.
  68.  
  69.         Examples: VLSI Technologies VL82C286 & VL82C386 TOPCAT
  70.  
  71.  
  72. (4) Controller architecture incompatible with design of The Last Byte:
  73. ----------------------------------------------------------------------
  74.  
  75.     The Last Byte is table-driven, making it relatively easy to
  76.     adapt to different memory controller architectures, but there
  77.     are limits!  
  78.  
  79.     Examples: Zymos chipsets
  80.  
  81.  
  82. (5) Shadow ram control can be made inaccessible once configured:
  83. ----------------------------------------------------------------
  84.  
  85.       Some controllers are designed so that they can be "locked"
  86.     at the end of software initialization, requiring a hardware
  87.     reset to unlock, and thus preventing The Last Byte from
  88.     accessing the controller.
  89.  
  90.         Example: Intel 82335, 82335SX
  91.  
  92.  
  93. Some of these chips, however, have hardware support for LIM 4.0 EMS,
  94. and thus many of their motherboards come with a EMS device driver
  95. designed specifically to take advantage of this capability.  So in
  96. many cases, you can install this driver first, and then The Last Byte
  97. can use it to manage upper memory.
  98.  
  99. A free demo version of The Last Byte may be downloaded using the
  100. filename TLB-Vnnn.ZIP, where the "nnn" is replaced by the latest
  101. version number.  The demo version is fully functional except that it
  102. limits you to 32k of memory and no more than two device drivers
  103. and/or TSRs loaded into upper memory.  If you can't find a copy of
  104. The Last Byte, contact us and we'll be happy to send you a copy.
  105.  
  106.     Key Software Products
  107.     440 Ninth Avenue
  108.     Menlo Park, CA 94025
  109.     (415) 364-9847
  110.