First post, by Masher
I'm trying to get an old BBS app, named TBBS, running in DOSBox. But cannot get past the error TBBS reports:
LIM 4.0 does not "bank" enough 640k memory for TBBS to run.
If using EMM386, add B=1000 opotion to DEVICE=EMM386 line in CONFIG.SYS
MSDN says:
b= address
Specifies the lowest segment address available for EMS "banking" (swapping of 16-kilobyte pages). Valid values are in the range 1000h through 4000h. The default value is 4000h.
I downloaded DOSBox's source, and tried modifying ems.cpp and re-building to no avail. Any suggestions for getting this to work?