joncampbell123 / dosbox-x

DOSBox-X fork of the DOSBox project
GNU General Public License v2.0
2.81k stars 383 forks source link

Cannot load a couple tsr's high #2558

Open blindphoneman opened 3 years ago

blindphoneman commented 3 years ago

Hi:

Trying to load a couple tsr's high. They are screen readers, and, under MS-DOS, they do load high with no problem.

I use the lh command with default options.

Do I need to install a memory manager for this to work?

Thanks!

Wengier commented 3 years ago

I tried the built-in LH command and I don't think it works with UMB memory with the default setting. However, some DOS programs can auto-load into UMB memory by themselves and can indeed load into UMB in DOSBox-X. Two examples are CTMOUSE and COMMAND.COM from MS-DOS 7.x:

CTMOUSE.EXE: ctmouse.zip

COMMAND.COM (MS-DOS 7.1): commmand.zip (Enter the command VER 7.1 before running COMMAND.COM from MS-DOS 7.1).

image

I guess the LH command may need some work.