home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / mem.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  768 b   |  21 lines

  1. MEM                                 [new DOS 4.0]
  2. or
  3. MEM /DEBUG
  4. or
  5. MEM /PROGRAM
  6.  
  7. This external command displays information about the total memory on the
  8. computer, how much memory is available for use, and the largest program 
  9. that will "fit" into that memory. For earlier versions of DOS, the CHKDSK
  10. command can be used to display information about the total memory on the
  11. computer.
  12.  
  13. /PROGRAM requests a list of programs presently in memory.
  14.  
  15. /DEBUG requests a /PROGRAM list plus device drivers. A Device driver is
  16.     put in memory by a DEVICE line in the CONFIG.SYS file.
  17.  
  18. The display for a /PROGRAM or /DEBUG list includes the starting address 
  19. (in hexadecimal -- base 16), name, size in characters, and type of item 
  20. found at each address.
  21.