First post, by shmel
I am big dos newb, sorry in advance if I seem dense.
I have windows98SE machine (PII with 262MB of RAM) and I am trying to play some DOS games, at the moment Dune II and Prehistorik 2. I am running into classic not enough memory problem when I try start games after rebooting into DOS. So i followed Phil's handy guide:
https://www.philscomputerlab.com/ms-dos-mode-super-easy.html
So now when I reboot into Dos using Phil's shortcut, I get to choose if I want to extend memory and which drives I want to load. However I am still running into Prehistorik2 saying it is out of memory. Same thing with Dune 2.
If I type in mem command, I get this:
convention Total: 640k Used: 59k Free: 581k
upper Total: 0k Used: 0k Free: 0k
reserved Total: 384k Used: 384k Free: 0k
extended (XMS) Total: 261,120k Used: 86k Free: 261,052k
------------------------------------------
total memory Total: 262,144k Used: 511k Free: 261,633k
total under 1MB Total: 640k Used: 59k Free: 581k
Phil goes over in this part of the video what he is adding to that MSDOS reboot shortcut:
https://youtu.be/f52bZzWs-u4?t=250
It basically uses that shortcut without modifying system files, which if I did it would look like this:
CONFIG.SYS
[COMMON]
DOS=HIGH,UMB
FILES=30
BUFFERS=30
LASTDRIVE=H
[menu]
menuitem=EMC, Expanded memory + Mouse + CD-ROM
menuitem=XMC, Extended memory + Mouse + CD-ROM
menuitem=CMC, Conventional Memory only + Mouse + CD-ROM
menuitem=EM, Expanded memory + Mouse
menuitem=XM, Extended memory + Mouse
menuitem=CM, Conventional memory only + Mouse
menudefault=EMC,10
[EMC]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE RAM
DEVICEHIGH=C:\DRIVERS\VIDECDD.SYS /D:OPTICAL
[XMC]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICEHIGH=C:\DRIVERS\VIDECDD.SYS /D:OPTICAL
[CMC]
DEVICEHIGH=C:\DRIVERS\VIDECDD.SYS /D:OPTICAL
[EM]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE RAM
[XM]
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
[CM]
AUTOEXEC.BAT
@ECHO OFF
PROMPT $p$g
PATH C:\DOS
SET TEMP=C:\DOS
LH C:\DRIVERS\CTMOUSE.EXE /R2
GoTo %config%
:EMC
:XMC
:CMC
LH C:\DOS\MSCDEX.EXE /D:OPTICAL
:EM
:XM
:CM