Hi, folks!
I created a 500MB MS-DOS 6.22 partition on my Pentium II system with 384MB of physical RAM, specifically to play Privateer. Unfortunately, everything I try to get Expanded Memory Services working doesn't seem to work. I tried running MEMMAKER, and specifying that I need EMS for applications, but when it finishes optimizing my memory it turns up with "Expanded Memory = Disabled." I tried enabling EMM386.EXE in my CONFIG.SYS, which I will post below, with no luck.
As you'll see below, I am loading a CD-ROM driver, and I know folks have recommended disabling this due to memory, but I thought that with 384MB of physical RAM this wouldn't be a problem. As I'm not an MS-DOS expert, can anyone advise me on what I may be doing wrong here? Thank you very much!
CONFIG.SYS
---------------
DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE 16384 RAM
BUFFERS=15,0
FILES=30
DOS=UMB
LASTDRIVE=E
FCBS=4,0
DEVICEHIGH /L:3,12048 =C:\DOS\SETVER.EXE
DOS=HIGH
FILESHIGH=25
BUFFERSHIGH=25
REM ******** CDROM DEVICE DRIVER *******************
DEVICE=C:\CDROM\CDROM.SYS /D:MSCD001 /V
AUTOEXEC.BAT
-------------------
REM ******** CDROM DEVICE DRIVER *******************
LH /L:2,27952 c:\DOS\MSCDEX.EXE /D:MSCD001 /V
LH /L:0 C:\DOS\SMARTDRV.EXE /X
@ECHO OFF
PROMPT $p$g
PATH C:\DOS
SET TEMP=C:\DOS
I created a 500MB MS-DOS 6.22 partition on my Pentium II system with 384MB of physical RAM, specifically to play Privateer. Unfortunately, everything I try to get Expanded Memory Services working doesn't seem to work. I tried running MEMMAKER, and specifying that I need EMS for applications, but when it finishes optimizing my memory it turns up with "Expanded Memory = Disabled." I tried enabling EMM386.EXE in my CONFIG.SYS, which I will post below, with no luck.
As you'll see below, I am loading a CD-ROM driver, and I know folks have recommended disabling this due to memory, but I thought that with 384MB of physical RAM this wouldn't be a problem. As I'm not an MS-DOS expert, can anyone advise me on what I may be doing wrong here? Thank you very much!
CONFIG.SYS
---------------
DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE 16384 RAM
BUFFERS=15,0
FILES=30
DOS=UMB
LASTDRIVE=E
FCBS=4,0
DEVICEHIGH /L:3,12048 =C:\DOS\SETVER.EXE
DOS=HIGH
FILESHIGH=25
BUFFERSHIGH=25
REM ******** CDROM DEVICE DRIVER *******************
DEVICE=C:\CDROM\CDROM.SYS /D:MSCD001 /V
AUTOEXEC.BAT
-------------------
REM ******** CDROM DEVICE DRIVER *******************
LH /L:2,27952 c:\DOS\MSCDEX.EXE /D:MSCD001 /V
LH /L:0 C:\DOS\SMARTDRV.EXE /X
@ECHO OFF
PROMPT $p$g
PATH C:\DOS
SET TEMP=C:\DOS