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>
43 lines
865 B
Plaintext
43 lines
865 B
Plaintext
echo=1. Enable Novell networking (default)
|
|
echo=2. Enable KA9Q networking
|
|
echo=3. Enable no networking
|
|
echo=4. Minimal system
|
|
echo=Please select option:
|
|
set config=NOVELL
|
|
TIMEOUT 5
|
|
switch NOVELL, KA9Q, NONE, MINIMAL
|
|
TIMEOUT 0
|
|
goto Common
|
|
:NOVELL
|
|
set config=NOVELL
|
|
goto FULL
|
|
:KAQ9
|
|
set config=KA9Q
|
|
goto FULL
|
|
:NONE
|
|
set config=NONE
|
|
goto FULL
|
|
:FULL
|
|
DEVICE=C:\WINDOWS\EMM386.EXE DPMI=OFF FRAME=NONE
|
|
DEVICE=C:\NWDOS\DPMS.EXE
|
|
return
|
|
:MINIMAL
|
|
set config=MINIMAL
|
|
DEVICE=C:\WINDOWS\HIMEM.SYS
|
|
return
|
|
:Common
|
|
DEVICE=C:\LOCAL\SONY31A\SLCD.SYS /D:SONY_000 /B:340 /M:P
|
|
rem DEVICE=C:\NWDOS\SETVER.EXE
|
|
SHELL=C:\COMMAND.COM C:\ /E:1024 /P
|
|
BREAK=OFF
|
|
BUFFERS=15
|
|
FILES=60
|
|
FCBS=4,4
|
|
LASTDRIVE=Z
|
|
HISTORY=ON,512,ON
|
|
COUNTRY=1,,C:\NWDOS\COUNTRY.SYS
|
|
DOS=HIGH,UMB
|
|
DEVICE=C:\WINDOWS\SMARTDRV.EXE /DOUBLE_BUFFER
|
|
DEVICE=C:\WINDOWS\IFSHLP.SYS
|
|
STACKS=9,256
|