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>
44 lines
823 B
Plaintext
44 lines
823 B
Plaintext
echo=1. Enable Novell networking (default)
|
|
echo=2. Enable Win NT networking (with PNW client)
|
|
echo=3. Enable no networking
|
|
echo=4. Minimal system
|
|
echo=Please select option:
|
|
set config=NOVELL
|
|
TIMEOUT 5
|
|
switch NOVELL, WINNT, NONE, MINIMAL
|
|
TIMEOUT 0
|
|
goto Common
|
|
:NOVELL
|
|
set config=NOVELL
|
|
goto FULL
|
|
:WINNT
|
|
set config=WINNT
|
|
device=C:\NET\ifshlp.sys
|
|
goto FULL
|
|
:NONE
|
|
set config=NONE
|
|
goto FULL
|
|
|
|
:FULL
|
|
DEVICE=C:\NWDOS\EMM386.EXE DPMI=OFF FRAME=NONE
|
|
DEVICE=C:\NWDOS\DPMS.EXE
|
|
return
|
|
|
|
:MINIMAL
|
|
set config=MINIMAL
|
|
DEVICE=C:\NWDOS\HIMEM.SYS
|
|
return
|
|
|
|
:Common
|
|
DEVICE=C:\LOC\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
|