Load drivers in high memory to free conventional memory

1 January 2000 by Snakefoot | Comment » | Trackback Off
If having opened access to the Upper Memory Block (UMB), then one can load CDROM-drivers and other Terminate and Stay Resident (TSR) programs like DOSKEY.EXE into the Upper Memory Block (UMB) to increase the available conventional memory.

Edit AUTOEXEC.BAT and use LH/LOADHIGH:

LOADHIGH DOSKEY.EXE

Edit CONFIG.SYS and use DEVICEHIGH:

DEVICEHIGH=C:\CDROM\DRIVER.SYS

Note that if there is not enough free memory for the device to load in the UMB, then the device is loaded in the conventional memory. Therefore it might be a good idea to Check how much memory each TSR program uses and then order the loading of the TSR programs so the UMB is packed completely.

More Info MS KB Q151718
More Info MS KB Q72183
More Info MS KB Q96028
More Info MS KB Q95555
More Info MS KB Q76820

Updated: 23 September 2007

Leave a comment


NB! Use the Forum for computer help and off-topic questions.

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>