home *** CD-ROM | disk | FTP | other *** search
/ Media Share 8 / MEDIASHARE_08.ISO / demos / beavis4 / if_no.run < prev    next >
Text File  |  1993-10-03  |  3KB  |  59 lines

  1.  
  2. PEGAMATIONS, as is true of all graphic intensive programs, require a lot
  3. of memory to run.
  4.  
  5. If the PEGAMATION will not run on your computer, there are a few things
  6. you can do to provide sufficient memory for the PEGAMATION:
  7.  
  8.  
  9. 1. REMOVE TSRs: TSRs or Terminate and Stay Resident programs load
  10.                 themselves into memory and remain there until they are
  11.                 needed. These programs [such as mouse drivers, CD-ROM drivers
  12.                 etc.]  occupy memory space while they are waiting to be
  13.                 used. PEGAMATIONS are self-contained, and require no TSRs.
  14.                 You can remove them very simply by copying <or renaming> your
  15.                 AUTOEXEC.BAT to a file with a name like AUTOEXEC.HLD. Then
  16.                 DELETE the AUTOEXEC.BAT file and reboot. This will prevent
  17.                 the TSRs in the AUTOEXEC.BAT from loading. After you are
  18.                 done running the PEGAMATIONS, simply copy <or rename> the
  19.                 AUTOEXEC.HLD back as AUTOEXEC.BAT and reboot and everything
  20.                 will be restored. If you system loads and TSRs by way of the
  21.                 CONFIG.SYS file, it may be necessary to temporarily "REM"
  22.                 them out of the CONFIG.SYS by putting a <'> as the first
  23.                 character of the line you want ignored. Later you can
  24.                 restore the REMed out lines by deleting the <'>.
  25.  
  26. 2. LOAD DOS HIGH: If you are using DOS 5.0 (or higher), and you are using
  27.                   a 286 with some extended memory you can add the line:
  28.  
  29.                                         DOS=HIGH
  30.  
  31.                   in you CONFIG.SYS file. This will cause DOS to load
  32.                   itself high, freeing conventional memory. It is a good
  33.                   idea to do this even if you do not need the extra
  34.                   memory right now, someday you will! Consult your DOS
  35.                   manual for more information on this procedure.
  36.  
  37. 3. LOAD OTHER *.SYS FILES INTO HIGH MEMORY:
  38.                   If you do have some expanded memory, and you have put
  39.                   the above line in your CONFIG.SYS file, you can add
  40.                   the line:
  41.  
  42.                                 DEVICE=HIMEM.SYS
  43.  
  44.                   After that line, you can put *MOST* other lines that
  45.                   follow in the CONFIG.SYS into high memory with the
  46.                   line DEVICEHIGH=<FILENAME>.SYS. Consult your DOS
  47.                   manual for more information on these procedures.
  48.  
  49.  
  50.    If you try all of the above, and that still doesn't work, drop me a
  51.    line at:
  52.  
  53.           The PEGASUS PROJECT...the Next GeneratioN 813-481-9902
  54.  
  55.    I am not promising I can help, but I will try.<g>
  56.  
  57.  
  58.   Chris Michaels
  59.