home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / miscutil.zip / SHOEMM.DOC < prev    next >
Text File  |  1986-12-27  |  3KB  |  73 lines

  1.               SHOEMM is a utility designed to display the status
  2.               and allocation of the Lotus/Intel/Microsoft
  3.               Expanded Memory Specification.  Expanded memory
  4.               pages are allocated in 16k blocks and mapped into a
  5.               free 64k segment.  Depending upon your machine
  6.               configuration, the free segments available for
  7.               expanded memory are:
  8.  
  9.                       C400
  10.                       C800
  11.                       CC00
  12.                       D000
  13.                       D400
  14.                       D800
  15.                       DC00
  16.                       E000
  17.  
  18.               Command usage:  SHOEMM
  19.  
  20.               Below is a sample display from SHOEMM:
  21.  
  22.  
  23.         LIM/EMS Status Display - 1.0 - (C) CJS Programming & Systems
  24.  
  25.         EMM    Page    Total     Total     Free    Free     Active
  26.         Ver.   Seg.    Pages     Bytes    Pages   Bytes    Handles
  27.         ----------------------------------------------------------
  28.         3.2    D000h     96    1,572,864    58    950,272      2
  29.  
  30.          EMM Handle/Page Information
  31.  
  32.          EMM       Pages       Bytes
  33.         Handle     Alloc       Alloc
  34.         ----------------------------
  35.         65280        23      376,832
  36.         65025        15      245,760
  37.  
  38.  
  39.               SHOEMM has been tested only with an Intel
  40.               AboveBoard in an IBM PC/XT, however, it should work
  41.               with any manufacturer's expanded memory
  42.               hardware/software combination.
  43.  
  44.               SHOEMM was written in REALIA COBOL as a programming
  45.               exercise for myself.  The REALIA compiler, in my
  46.               opinion, is one of the best compilers around for
  47.               generating tight code.  It supports DOS, LATTICE C,
  48.               Assembler, and machine level calls.
  49.  
  50.               The author hereby places this program in the public
  51.               domain for non-comercial use.
  52.  
  53.               The author assumes no liability in the event of
  54.               data loss, etc.
  55.  
  56.               The above means that the program is FREE and you
  57.               can't sue me if something fouls up!
  58.  
  59.  
  60.               Enjoy,
  61.               Jan Smoller
  62.  
  63.               Lotus is a trademark of Lotus Development
  64.               Corporation
  65.  
  66.               Intel is a trademark of Intel Corporation
  67.  
  68.               Microsoft is a trademark of Microsoft Corporation
  69.  
  70.               IBM is a trademark of International Business
  71.               Machines Corporation
  72.  
  73.