Un-ignored: the dev drive is the ground truth the restoration and emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio content). Kept in-repo for the pod-owner community. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
29 lines
758 B
INI
29 lines
758 B
INI
rem *******
|
|
rem * Standard config.sys for field pods, this should not be edited without
|
|
rem * approval from SSE
|
|
rem *******
|
|
rem
|
|
rem *** setup memory management stuff
|
|
rem
|
|
DEVICE=C:\NWDOS\EMM386.EXE DPMI=OFF FRAME=NONE
|
|
rem DEVICE=c:\nwdos\dpms.exe
|
|
rem
|
|
rem *** setup dos environment
|
|
rem
|
|
SHELL=C:\COMMAND.COM C:\ /E:1024 /P
|
|
BREAK=ON
|
|
BUFFERS=15
|
|
FILES=40
|
|
LASTDRIVE=Z
|
|
HISTORY=ON,512,ON
|
|
COUNTRY=1,,C:\NWDOS\COUNTRY.SYS
|
|
DOS=HIGH,UMB
|
|
rem
|
|
rem *** setup drivers for sound card
|
|
rem
|
|
DEVICE=C:\SB16\DRV\CSP.SYS /UNIT=0 /BLASTER=A:220
|
|
DEVICE=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5
|
|
DEVICE=C:\SB16\DRV\CSP.SYS /UNIT=1 /BLASTER=A:240
|
|
DEVICE=C:\SB16\DRV\CTSB16.SYS /UNIT=1 /BLASTER=A:240 I:7 D:3 H:6
|
|
DEVICE=C:\SB16\DRV\CTMMSYS.SYS
|