Mail Archives: djgpp/1997/10/05/00:48:51
Since you asked about individual setups.......
Here's some snips from the 3 files I changed to setup the system here My Way.
If you find something useful great, else nothing lost. No I haven't had any
troubles running DJGPP or Rhide from 95 with setups similar to yours....
Maybe try something like this for your path statement, SET
PATH=%PATH%;C:\DJGPP\BIN "Generally" you'll have only one PATH statement, so
make sure that the one you intend to use is not being overwritten by another
further along in your autoexec.bat I like the setup example that follows
since I'd don't feel the need to run Djgpp from Win95. Br5an AT aol DOT com
snips....
In msdos.sys
BootGUI=0
autoexec.bat
@ECHO OFF
CLS
SET BLASTER=A220 I5 D1 H5 P330 T6
SET MIDI=SYNTH:1 MAP:E
CLS
GOTO %config%
:WIN95
SET PATH=%PATH%;D:\BC5\BIN;G:\USR\BIN
WIN
GOTO END
:DJGPP
SET PATH=%PATH%;G:\DJGPP\BIN
SET DJGPP=G:\DJGPP\DJGPP.ENV
LH C:\WINDOWS\COMMAND\DOSKEY.COM /INSERT > nul
G:\SB16\SB16SET.EXE /P /Q
C:\WINDOWS\SMARTDRV.EXE 8000 0 /B:512 /V /N /F
rem yeah I put the DOS mouse driver in there...
LH G:\DJGPP\BIN\MOUSE.EXE
REM below is the ramdrive setup
MKDIR h:\temp
SET temp=h:\temp
SET tmp=h:\temp
BREAK ON
G:
CLS
GOTO END
:END
config.sys
[MENU]
menucolor=10,1
menuitem=WIN95,Windows 95
menuitem=DJGPP,DJGPP Configuration
menudefault=WIN95, 3
[Common]
DEVICEHIGH=C:\WINDOWS\HIMEM.SYS
DOS=HIGH,UMB
[WIN95]
DEVICEHIGH=C:\WINDOWS\EMM386.EXE NOEMS
[DJGPP]
FILES=40
DEVICEHIGH=C:\WINDOWS\EMM386.EXE NOEMS
DEVICEHIGH=C:\WINDOWS\RAMDRIVE.SYS 8000 /e
DEVICEHIGH=G:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5
DEVICEHIGH=G:\SB16\DRV\CTMMSYS.SYS
- Raw text -