home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / EMMTEST.ZIP / NJRAMT.DOC < prev    next >
Encoding:
Text File  |  1987-10-21  |  2.3 KB  |  72 lines

  1.  
  2.  
  3.  
  4. Nifty James' Famous EMS RAM Tester
  5.  
  6. Version 1.00 of 21 October 1987
  7.  
  8.  
  9.    This program is designed to test the EMS or EEMS memory upon
  10.    the startup of your computer system.  The program is styled
  11.    as a device driver, so that it can get at the EMS memory
  12.    before any other device drivers (such as NJRAMD).
  13.  
  14.    The program is installed by inserting the line
  15.  
  16.         DEVICE=NJRAMT.SYS
  17.  
  18.    *immediately* after the CONFIG command that installs the EMS
  19.    driver.
  20.  
  21.    This program *must* execute before any other EMS programs, as
  22.    it requires access to *all* of the EMS memory.  It takes no
  23.    DOS memory, or EMS memory, after it has run, however.
  24.  
  25.    The program works by filling each EMS page with four
  26.    different patterns.  The program checks to see if each of the
  27.    patterns are stored correctly.
  28.  
  29.    A progress display is maintained on the screen while the
  30.    program is running.  It shows
  31.  
  32.        Page       1 tested
  33.  
  34.    for each page tested.  If the program encounters an error
  35.    during testing, the program will display
  36.  
  37.        Error on page     1!
  38.  
  39.    to indicate that an error occurred.
  40.  
  41.    The EMM memory manager program tests the memory to a very
  42.    limited extent.  NJRAMT is designed for people who would like
  43.    the piece of mind that an additional, more extensive test,
  44.    provides.
  45.  
  46.    The program tests the memory rather quickly.  However, if you
  47.    find that you're impatient, and would like to abort the test,
  48.    simply strike any key.  The program will abort, and "fall
  49.    through" to the next command in your CONFIG.SYS file.
  50.  
  51.    This is a work of shareware.  RESELLING THIS PROGRAM WITHOUT
  52.    THE PRIOR WRITTEN CONSENT OF THE AUTHOR IS PROHIBITED.
  53.    SELLING THIS PROGRAM WITHOUT THE AUTHORS KNOWLEDGE IS A
  54.    CRIME.
  55.  
  56.    I'd like to receive a registration of $5.  However, if you
  57.    find the program of more or less value, please feel free to
  58.    send more or less of a registration fee.
  59.  
  60.    The file NJRAMTXP.SYS is a special version of the program for
  61.    users with V-20, V-30, 80286 or 80386 CPUs in their
  62.    computers.  This version works *slightly* faster.
  63.  
  64.    If you have any questions about the program, or would just
  65.    like to talk, please feel free to send me a letter.  I love
  66.    to hear from anyone.
  67.  
  68.  
  69.         Mike Blaszczak
  70.         112 Verlinden Drive
  71.         Monroeville,  PA  15146-2041
  72.