sda4: commit the Glaze developer hard-drive dump
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>
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
echo=1. Enable Win NT networking (with PNW client) (default)
|
||||
echo=2. Enable Novell networking
|
||||
echo=3. Enable no networking
|
||||
echo=4. Minimal system
|
||||
echo=Please select option:
|
||||
set config=WINNT
|
||||
TIMEOUT 5
|
||||
switch WINNT, NOVELL, 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
|
||||
Reference in New Issue
Block a user