Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,777,084,838 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

DOS Loadhigh

    0.01 sec.

DOS Loadhigh

An internal command starting with DOS 5 that loads a program into the UMA (upper memory area: 640K-1M) in 386s and up. It requires that the HIMEM.SYS and EMM386.EXE memory managers be loaded and the dos=umb command be present.

If you have programs that need expanded memory (EMS), the following three lines in CONFIG.SYS are required to use Loadhigh. The RAM parameter informs EMM386 to manage both the UMA and expanded memory:

   device=\dos\himem.sys
   device=\dos\emm386.exe ram
   dos=umb

The following example uses the NOEMS parameter to inform EMM386 to manage only the UMA and not expanded memory:
   device=\dos\himem.sys
   device=\dos\emm386.exe noems
   dos=umb


If the lines above are in your CONFIG.SYS file, you can load programs into upper memory. The following example, which can be run from the DOS prompt or in your AUTOEXEC.BAT file, loads POPUP into the UMA. If POPUP is too big to fit into an available, contiguous memory block, it will load below 640K.
   loadhigh popup  or  lh popup


To load a device driver into upper memory, use the Devicehigh command in CONFIG.SYS instead of Device; for example:
    device=ansi.sys      below 640K
    devicehigh=ansi.sys  above 640K


See DOS Dos and DOS Mem.



How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.