home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / XMEM1.ZIP / XMEM.DOC next >
Encoding:
Text File  |  1990-09-14  |  3.0 KB  |  92 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                         XMEM 
  10.  
  11.                             Extended Memory Usage Utility
  12.                           Copyright (c) 1990 Howard M. Edin
  13.  
  14.           PURPOSE
  15.  
  16.           XMEM is  a simple utility  designed to provide  information about
  17.           extended memory use.  XMEM is currently designed  for Microsoft's
  18.           HIMEM.SYS driver or extended memory  available under BIOS control
  19.           (ie. no memory manager present).
  20.  
  21.  
  22.           USAGE
  23.  
  24.           Type  XMEM  at the  command line  to  display a  brief  report. A
  25.           command line switch [-v] toggles XMEM into detailed  reporting of
  26.           extended memory use.  If no extended memory manager  (XMM) driver
  27.           is found XMEM  will only show  total extended memory reported  by
  28.           the BIOS.
  29.  
  30.           In detailed reporting mode, XMEM will show memory use by each
  31.           Extended Memory Block (EMB) handle. The  total memory used is the
  32.           sum of the EMB handles plus the 64k used in the High Memory  Area
  33.           (HMA). The XMM driver always reserves  64k for the HMA regardless
  34.           of whether it is actually used.
  35.  
  36.  
  37.           ACKNOWLEDGEMENT
  38.  
  39.           XMEM  was written with Turbo  C version 2.0,  and the XMM library
  40.           files from Microsoft's Extended Memory Specification 2.06  (found
  41.           on most BBS's).  The file  contains a wealth  of information,  as
  42.           well as C and ASM support files. 
  43.  
  44.           The  current  version of  XMEM  uses  the  CPU detection  routine
  45.           published in the Tutor column by Jeff Prosise, PC Magazine Volume
  46.           9 number 13,  page 425-426. I plan on changing this in the future
  47.           since  this  routine does  not get  along  with 386/486  chips in
  48.           virtual 8086 mode.
  49.  
  50.           If you find any problems with the program, or have suggestions or
  51.           criticism, please send me a comment if possible. I can be reached
  52.           through:
  53.  
  54.                Howard Edin  Compuserve ID 72446,3555 
  55.  
  56.                Colossus ]II[ BBS   : (913)897-6667
  57.                JCCC COIN BBS       : (913)469-4401
  58.                Sound Advice BBS    : (913)436-4516
  59.  
  60.  
  61.  
  62.           Version 1.0 Released 9/14/90.
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.           COPYRIGHT NOTICE
  74.  
  75.           This document  and the program  file XMEM.EXE are  copyrighted by
  76.           the author. 
  77.  
  78.           The copyright owner hereby licenses you to: use the program; make
  79.           as many copies of the program and documentation as you wish; give
  80.           such  copies   to  anyone;   and  distribute   the  program   and
  81.           documentation  freely,  provided that  both  the program  and the
  82.           documentation are distributed together.
  83.  
  84.           There is no fee for the use of this software.
  85.  
  86.           There is no warranty of any kind, and the copyright owner is not 
  87.           liable for damages of any kind.  By using this free software, 
  88.           you agree to this. 
  89.  
  90.            
  91.  
  92.