First post, by lemm
Hello, I am trying to load a TSR into upper memory by typing "loadhigh tsrmusic.com" on dosbox 0.74 compiled with --enable-debug option on linux.
I have set ems=false in my config file, and z:\mem reports 127kb free upper memory in 1 block, and 632 free conventional memory.
However, when I load the tsr using loadhigh, mem reports 127kb free in upper memory, and 620kb free in conventional memory, although I wanted the TSR in upper memory.
What am I doing wrong? Thanks for any help.