home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / Dos / Strateg / EAST1914.ZIP / MEMORY.FIL < prev    next >
Text File  |  1994-10-17  |  9KB  |  198 lines

  1.  
  2.  
  3.  
  4.  
  5.                     M E M O R Y    C O N F I G U R A T I O N
  6.  
  7.  
  8.  
  9.  
  10.         MEMORY REQUIREMENTS
  11.         
  12.              In order to play the game you need 590k of free conventional
  13.              random access memory (RAM) and 1 MB of free expanded memory
  14.              (EMS).  Just because your computer has total memory of 2MB or
  15.              more does not always mean you can run the game under your
  16.              computer's current configuration.  For example, your memory
  17.              above the 1MB DOS area may not be configured for EMS.  (Windows 
  18.              users generally do not set aside any EMS memory.)  Also, you may 
  19.              have drivers and terminate and stay resident programs residing 
  20.              in RAM that leave less than 590k of free RAM.
  21.         
  22.         
  23.         TESTING FOR SUFFICIENT MEMORY
  24.         
  25.              Run the MS-DOS memory program by using MEM <Enter> and check 
  26.              the displayed results.  You need at least 604,160 bytes 
  27.              largest executable file size (free RAM) and at least 
  28.              1,048,000 bytes free EMS memory (expanded memory).
  29.         
  30.              If you don't meet the above requirements then you must
  31.              reconfigure your config.sys and autoexec.bat files, or create
  32.              a separate boot disk.  
  33.         
  34.              If you wish to reconfigure your computer, consult the DOS
  35.              manual.  Keep in mind that any changes you make may affect
  36.              other programs.  If you're not sure of what you're doing, then
  37.              the safest course of action is to make a separate boot disk.
  38.         
  39.              The following instructions refer to DOS 5.0 and 6.0 and 386 or
  40.              faster CPUs.  If you are using a DOS compatible operating system,  
  41.              such as DR-DOS, or a compueter with a 286 CPU, check your      
  42.              instruction manuals.  Also, the following instructions do not 
  43.              include directions for using data compression.  If you are 
  44.              going to use the games in compressed file format (using 
  45.              Stacker, DOS 6.x compression, etc.), the config.sys and 
  46.              autoexec.bat files must be configured to run the compression       
  47.              software.
  48.         
  49.         
  50.  
  51.  
  52.  
  53.         CREATING A BOOT DISK
  54.          
  55.              Format a disk for the floppy drive which is your boot drive. 
  56.              Use the DOS command  format /s <Enter> (see the DOS manual). 
  57.              This will format the disk and copy to it the command.com file
  58.              and the hidden system files.
  59.         
  60.              From your DOS directory copy to the boot disk the following
  61.              files:
  62.                             himem.sys        emm386.exe
  63.         
  64.              If you wish to play the game with the mouse, copy your mouse
  65.              system driver file to the boot disk.  It must be a .sys file
  66.              (usually has the name mouse.sys).  Next you must place the
  67.              config.sys and autoexec.bat files onto the boot disk.
  68.  
  69.         
  70.         WARNING - CREATING CONFIGURATION FILES WITH A WORD PROCESSOR
  71.         
  72.              Do not create the config.sys file and the autoexec.bat file
  73.              for the boot disk at the root level of drive C:.  The
  74.              config.sys file for your current configuration resides there. 
  75.              If you use your word processor to create a new config.sys and
  76.              autoexec.bat files in the root of drive C: you will wipe out
  77.              your old config.sys and autoexec.bat files.  Generally you
  78.              shouldn't have this problem.  Nearly all wordprocessing
  79.              programs are configured to create and save files in a
  80.              subdirectory, not the root directory of drive C:.  If you're
  81.              not sure, then it's best to create the boot disk files on the
  82.              boot disk itself.  
  83.         
  84.         
  85.         CONFIG.SYS FILE - NO MOUSE
  86.         
  87.              Create a DOS text file as follows:
  88.         
  89.                             device=himem.sys
  90.                             dos=high
  91.                             device=emm386.exe 1024
  92.                             files=20
  93.                             buffers=10
  94.         
  95.              You may use any wordprocessor but make sure you save the file
  96.              as an ASCII or DOS text file.  (Do not save the file as a
  97.              formatted wordprocessing file.)  The file must be named
  98.              config.sys.  Copy this file onto the boot disk.
  99.         
  100.         
  101.  
  102.  
  103.         CONFIG.SYS FILE - MOUSE DRIVER
  104.         
  105.              Create a DOS text file as follows:
  106.         
  107.                             device=himem.sys
  108.                             dos=high,umb
  109.                             device=emm386.exe 1024 ram
  110.                             devicehigh=mouse.sys
  111.                             files=20
  112.                             buffers=10
  113.         
  114.              If your mouse driver is not "mouse.sys" then change the line
  115.              "devicehigh=mouse.sys" to reflect the name of your mouse
  116.              driver.  For example, if your mouse driver is "ffmouse.sys"
  117.              then the line should read "devicehigh=ffmouse.sys" not
  118.              "devicehigh=mouse.sys."
  119.         
  120.              You may use any wordprocessor but make sure you save the file
  121.              as an ASCII or DOS text file.  (Do not save the file as a
  122.              formatted wordprocessing file.)  The file must be named
  123.              config.sys.  Copy this file onto the boot disk.
  124.         
  125.  
  126.         AUTOEXEC.BAT FILE
  127.  
  128.              Create a DOS text file as follows:
  129.         
  130.                        prompt=$p$g
  131.                        path=c:\;c:\dos
  132.  
  133.              If your DOS utility files are not in the directory c:\dos then
  134.              change the "path" line to reflect the name of the directory
  135.              which contains the DOS files.  For example, if your DOS files
  136.              are in "c:\dosfiles" then the path line should read
  137.              "path=c:\;c:\dosfiles" not "path=c:\;c:\dos."
  138.         
  139.              You may use any wordprocessor but make sure you save the file
  140.              as an ASCII or DOS text file.  (Do not save the file as a
  141.              formatted wordprocessing file.)  The file must be named
  142.              autoexec.bat.  Copy this file onto the boot disk.   
  143.         
  144.         
  145.         USE OF THE BOOT DISK
  146.  
  147.              Before using the boot disk make sure it has the following
  148.              files
  149.                             command.com
  150.                             himem.sys
  151.                             emm386.exe
  152.                             config.sys
  153.                             autoexec.bat
  154.  
  155.              It must also contain your mouse driver, such as mouse.sys, if
  156.              you wish to play the game with a mouse.         
  157.  
  158.  
  159.  
  160.              To boot your computer from the boot disk, place the boot disk
  161.              in the boot drive (typically drive A:).  Reset the computer
  162.              using the reset switch, or the keyboard combination Ctrl-Alt-
  163.              Del, or simply turn the computer off, wait a few seconds, then
  164.              turn the computer on.
  165.         
  166.              The computer will now boot (load DOS) from the boot disk you
  167.              created and configure 1 megabyte of your computer's extended
  168.              memory to act as expanded memory.  Test that the configuration
  169.              is proper by using the DOS memory program (MEM <Enter>).  The
  170.              memory program should show that you have approximately 629,000
  171.              bytes as the largest executable file size, and 1,048,576 bytes
  172.              of free EMS memory.
  173.         
  174.         
  175.         WHAT THESE FILES DO
  176.  
  177.              The autoexec.bat file for the boot disk causes the computer to
  178.              display standard prompts which show the drive and subdirectory.  
  179.              It also causes the computer to first search the root of drive C: 
  180.              then the DOS directory when you issue a file execution command 
  181.              from DOS.
  182.  
  183.              The config.sys file allows DOS to access the high memory area
  184.              (1024k through 1088k), loads most of the DOS system files in
  185.              that high memory area, and treats 1 megabyte of extended
  186.              memory as expanded memory.  The version of the config.sys file
  187.              that loads a mouse driver allows DOS to have access to the
  188.              upper memory block (640k through 1,024k) and places the system
  189.              driver in that memory block.  Note: Some mouse drivers may not
  190.              load into upper memory.  In that case, it will be loaded
  191.              automatically in RAM.  If after the mouse driver is loaded the
  192.              amount of available RAM is less than 604,000 bytes, then you
  193.              should use the config.sys file version that does not load the
  194.              mouse driver.
  195.         
  196.                                                                                 
  197.                                                                                 
  198.