I'm trying to get Impulse Tracker running on my 486 PC running IBM DOS 5.0, which requires EMS to run. I haven't done a whole lot with this computer yet, so this is my first time modifying its config.sys. That's when I noticed that there wasn't one in the DOS directory, only "config.411". So I made a seperate config.sys file containing the following:
DEVICE=<path>\HIMEM.SYS
DEVICE=<path>\EMM386.EXE RAM H=255
EMS is still not working, when I run EMM386 I get "EMM386 driver not installed". At this point, out of curiosity, I looked at the autoexec.bat file, which contains the following:
@ECHO OFF
PROMPT $p$g
PATH A:\;A\DOS50;
A:\DOSKEY
REM ------- Turn off the NUMLOCK
rem A:\switch NLOFF
I changed the prompt out of curiosity but when I rebooted nothing changed, it was still displaying PROMPT $p$g. So it looks like it's just ignoring whatever is in autoexec and config but I don't know why.
Any ideas?
DEVICE=<path>\HIMEM.SYS
DEVICE=<path>\EMM386.EXE RAM H=255
EMS is still not working, when I run EMM386 I get "EMM386 driver not installed". At this point, out of curiosity, I looked at the autoexec.bat file, which contains the following:
@ECHO OFF
PROMPT $p$g
PATH A:\;A\DOS50;
A:\DOSKEY
REM ------- Turn off the NUMLOCK
rem A:\switch NLOFF
I changed the prompt out of curiosity but when I rebooted nothing changed, it was still displaying PROMPT $p$g. So it looks like it's just ignoring whatever is in autoexec and config but I don't know why.
Any ideas?