First post, by Brian
I am using a 15 year old Dos app, which is no longer supported by the manufacturer. It currently runs on MS Dos 5.0. This app has a very high memory requirment and also requires specific memeory to be available to it. Under MS DOs 5.0 the config.sys it requires is as follows
DEVICE = c:\dos\himem.sys
DEVICE = c:\dos\emm386.exe noems i=a000-b7ff x=e000-efff
DOS = high, umb
FILES = 30
BUFFERS = 30
BREAK = off
DEVICE = c:\dos\smartdrv.sys 4000
SHELL = c:\command.com /p /e:1024
Which generates the following mem/c setup.
Conventional Memory :
Name Size in Decimal Size in Hex
------------- --------------------- -------------
MSDOS 14160 ( 13.8K) 3750
HIMEM 1184 ( 1.2K) 4A0
EMM386 9424 ( 9.2K) 24D0
SMARTDRV 38208 ( 37.3K) 9540
IC 112 ( 0.1K) 70
COMMAND 3392 ( 3.3K) D40
FREE 64 ( 0.1K) 40
FREE 686880 (670.8K) A7B20
Total FREE : 686944 (670.8K)
Upper Memory :
Name Size in Decimal Size in Hex
------------- --------------------- -------------
SYSTEM 65536 ( 64.0K) 10000
24336 ( 23.8K) 5F10
FREE 31776 ( 31.0K) 7C20
FREE 42128 ( 41.1K) A490
Total FREE : 73904 ( 72.2K)
Total bytes available to programs (Conventional+Upper) : 760848 (743.0K)
Largest executable program size : 686736 (670.6K)
Largest available upper memory block : 42128 ( 41.1K)
32505856 bytes total contiguous extended memory
0 bytes available contiguous extended memory
11283456 bytes available XMS memory
MS-DOS resident in High Memory Area
Could I get some help on the best configuration to use in the dosbox.conf file to deliver the same memory setup. I am using dosbox 0.72.
Appreciate any help.