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

  1.             HIGH MEMORY MANAGEMENT            [new DOS 3.0]
  2.  
  3. HIMEM.SYS allows programs on the computer to access extended memory, while
  4. freeing up as much as 64 kilobytes (thousands of characters) of conventional
  5. memory for program use by using the first part of extended memory. [Not 
  6. present on all versions of DOS.]
  7.  
  8. To install HIMEM.SYS, use an editor to put a line in the CONFIG.SYS file that 
  9. looks like the one below. 
  10.  
  11.     DEVICE=[d:][pathname]HIMEM.SYS [/HMAMIN=kb] [/NUMHANDLES=nn]
  12.  
  13. /HMAMIN=kb specifies the minimum amount of memory in kilobytes that a program
  14.     must use to access HIMEM area. Minimum of 0, maximum of 63, default of 0. 
  15.  
  16. /NUMHANDLES=nn specifies the maximum number of Extended Memory Block (EMB) 
  17.     handles that can be used. Minimum of 1, maximum of 128, default of 32. 
  18.  
  19. The DEVICE=HIMEM.SYS line should be in CONFIG.SYS before any other DEVICE 
  20. lines.
  21.