home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 87.img / CURRENT4.ZIP / REMM.TXT < prev    next >
Text File  |  1989-03-13  |  6KB  |  151 lines

  1. ========================================================================
  2.                              INSTALLING REMM.SYS
  3. ========================================================================
  4.  
  5. 0.  INTRODUCTION
  6.  
  7. REMM.SYS is the expanded memory manager for the AST RAMpage AT and the
  8. RAMpage 286.  This REMM.SYS is not for use with the PS/2 version of the
  9. AST RAMpage board.  The REMM.SYS file included with Windows 2.10 is
  10. version 4.10.
  11.  
  12. Before installing REMM.SYS, you must install the AST RAMpage board
  13. in your computer.  When doing this you should consider altering your
  14. memory configuration in the following two ways:
  15.  
  16.      o If you have an IBM AT or a compatible 80286 machine, you
  17.        should configure your AST RAMpage to have 128Kb of extended
  18.        memory.  To do this, change the SW1 switch settings as follows:
  19.  
  20.               SW1-1 = ON,  SW1-2 = ON, 
  21.               SW1-3 = OFF, SW1-4 = OFF
  22.        
  23.      o If it is possible to disable some of the memory on your
  24.        computer's motherboard, you should do so.  You should
  25.        disable all motherboard memory beyond 256Kb (i.e., leave
  26.        256Kb enabled).  Consult your AST RAMpage documentation
  27.        for details on doing this.
  28.  
  29.        To disable memory on the IBM PC AT's motherboard, move the
  30.        J18 jumper from the first two pins, to the second two pins.
  31.        Once you have done this, change the SW2 switch settings as
  32.        follows:
  33.  
  34.               SW2-1 = ON, SW2-2 = ON,  SW2-3 = ON, SW2-4 = ON,
  35.               SW2-5 = ON, SW2-6 = OFF, SW2-7 = ON, SW2-8 = OFF
  36.  
  37.  
  38. Once you have installed the RAMpage hardware, you must install
  39. the REMM.SYS memory manager by either running the MEMSET program
  40. (see the booklet, "Microsoft Windows:  Questions and Answers," for
  41. details), or by following the steps outlined below.
  42.  
  43. 1.  INSTALLATION
  44.  
  45. To install the memory manager for the AST RAMpage, insert the
  46. Utilities 2 Disk in drive A: and copy the file, REMM.SYS, to your
  47. Root (i.e., C:\ ) directory using the following DOS command:
  48.  
  49. COPY A:REMM.SYS C:\
  50.  
  51. Next, make a backup of your CONFIG.SYS file.  You can do this with the
  52. following DOS command:
  53.  
  54. COPY C:\CONFIG.SYS C:\CONFIG.SAF
  55.  
  56. Next, add the following line to your CONFIG.SYS file:
  57.  
  58. DEVICE=C:\REMM.SYS
  59.  
  60. To determine where to place this line in your CONFIG.SYS we suggest
  61. the following order:
  62.  
  63.      a.  drivers for hard disk partitioning utilities or exotic disks
  64.          such as CD-ROM's, WORM optical disks, or high performance hard
  65.          disk controllers
  66.  
  67.      b.  ANSI.SYS
  68.  
  69.      c.  drivers for mice, light pens, digitizing pads, or other
  70.          pointing devices
  71.  
  72.      d.  drivers for graphics cards such as EGA.SYS (supplied in the
  73.          Windows package -- see README.TXT on the Windows Write Disk)
  74.  
  75.      e.  drivers for image scanners
  76.  
  77.      f.  DEVICE=C:\REMM.SYS
  78.  
  79. The device line for REMM.SYS should be moved as near to the end of the
  80. CONFIG.SYS file as possible.  The only lines that should follow it are
  81. the entries for RAMDRIVE.SYS or SMARTDRV.SYS.
  82.  
  83. This 4.10 version of REMM.SYS is auto-configuring:  REMM.SYS will exclude
  84. upper memory ranges used by devices other than the Rampage card, thus
  85. avoiding memory conflicts.
  86.  
  87. Previous versions of REMM.SYS required the use of a /X parameter in order
  88. to exclude the memory used by your display adapter.  If you have a DEVICE
  89. line for REMM.SYS already, and it looks like the following (disregarding
  90. capitalization):
  91.  
  92. DEVICE=REMM.SYS /X=AOOO-BFFF
  93. DEVICE=REMM.SYS /X=B000-BFFF
  94. DEVICE=REMM.SYS /X=B800-BFFF
  95.  
  96. then you may now remove the /X parameter so that it will simply read:
  97.  
  98. DEVICE=REMM.SYS
  99.  
  100. However, if there are other /X= entries in the original REMM.SYS entry,
  101. double check to find out their purpose.  These entries may correspond to
  102. upper memory addresses which are excluded from EMS mapping so that other
  103. cards such as scanners, network cards, or special hard disk controllers
  104. may use these ranges instead.
  105.  
  106.  
  107. 2.  ADDITIONAL CONSIDERATIONS
  108.  
  109. While REMM.SYS will avoid assigning upper memory ranges to expanded
  110. memory during the loading of CONFIG.SYS, it will not be aware of other
  111. "silent" devices that use memory in the ranges above 640Kb unless those
  112. ranges are specifically excluded in the REMM.SYS line with the /X=
  113. entry.  Most of these devices are network cards whose software does not
  114. make use of these upper memory regions until they are activated later in
  115. AUTOEXEC.BAT or via the batch file used to start the network software
  116. (thus the term "silent" device).
  117.  
  118. The user is encouraged to check with his/her dealer or hardware support
  119. technician to determine what addresses these cards may use.  Further it
  120. is advisable to determine if the upper memory address range used by the
  121. device is moved out as far as possible in upper memory to allow the
  122. Windows/Excel memory managers as large a contiguous range of memory
  123. addresses as possible.
  124.  
  125. Each of these "silent" devices which uses upper memory addresses will
  126. require a /X= parameter in the command line for REMM.SYS.
  127.  
  128.  
  129. 3.  OPTIONAL PARAMETERS FOR REMM.SYS
  130.  
  131. If the user wishes to view detailed configuration information during
  132. startup, the parameter /N may be added to the REMM.SYS command line:
  133.  
  134. DEVICE=REMM.SYS /N
  135.  
  136. This parameter may be used in conjunction with the /X= parameter.  For
  137. example:
  138.  
  139. DEVICE=REMM.SYS /X=COOO-CFFF /N
  140.  
  141. will exclude the upper memory in the range C000-CFFF for use with
  142. a device other than the AST RAMpage, and detailed configuration
  143. information will be displayed.
  144.  
  145. For additional information on the usage of REMM.SYS, contact AST
  146. Technical Support at (714) 863-1333.
  147.  
  148. ======================================================================
  149.                                END OF REMM.TXT
  150. ======================================================================
  151.