Load drivers in high memory to free conventional memory
1 January 2000 by Snakefoot | Comment » | Trackback OffIf 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:
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
Edit AUTOEXEC.BAT and use LH/LOADHIGH:
Edit CONFIG.SYS and use DEVICEHIGH:LOADHIGH DOSKEY.EXE
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.DEVICEHIGH=C:\CDROM\DRIVER.SYS
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
Tags:
Category:
Updated: 23 September 2007