home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / textinfo / alltips.arj / 1306.TXT < prev    next >
Encoding:
Text File  |  1991-12-11  |  1.3 KB  |  43 lines

  1. Document 1505
  2. LOADING DRDOS IN UPPER MEMORY ONLY
  3.  
  4. Initials:
  5.         RJR/MDC
  6.     11/12/91
  7.     DRDOS 6.0
  8.  
  9. Keywords:
  10.     HMA
  11.     UPPER
  12.     DESQVIEW
  13.     XMSNET
  14.     WINDOWS
  15.  
  16. Description:
  17.     There are certain conditions under which you may wish to not 
  18.     load DR DOS system files into HMA (High Memory Area) due to
  19.     the fact that other applications may need to use it. Some of 
  20.     these applications include Desqview and XMSNET (Novell Netware)
  21.     Another application under which you may wish to not use the HMA
  22.     is if you are trying to run Windows in enhanced mode on a 2
  23.     megabyte computer. Since Windows requires 1 megabyte of XMS
  24.     memory you cannot use any of the HMA.
  25.  
  26. Example:
  27.     To keep DRDOS 6.0 out of the HMA:
  28.  
  29.  
  30.     1)  Make sure that the /MH option is not used on any of the DRDOS 
  31.     6.0 commands that support it.  This includes SHELL, SHARE and 
  32.     Delwatch. Use the /MU option instead on these files.
  33.  
  34.         2)  Make sure that the HIBUFFERS command is not used in the
  35.         CONFIG.SYS file.  This command will use the HMA even if the Kernel
  36.         is not put there with /BDOS=FFFF.
  37.  
  38.     3)  Make sure that the /BDOS option reads: /BDOS=AUTO.
  39.  
  40.         386 computers can also use HIDOS.SYS with /B=AUTO. This will
  41.         prevent you from hiloading but this is not an issue with 3rd party
  42.         memory managers.
  43.