This are the boot files for a Pentium-S 166 with a GUS and 3Com network card. This setup allows you to pick the config that enables the devices you want to use wihtout giving up memory on devices you aren't going ot use.
P166 Boot files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
@REM SET SOUND=C:\SB16 | |
@REM SET BLASTER=A220 I5 D1 H5 P330 T6 | |
@REM SET MIDI=SYNTH:1 MAP:E | |
@REM SET CTCM=C:\SB16 | |
@REM C:\SB16\DIAGNOSE /S /W=C:\WINDOWS | |
@REM C:\SB16\MIXERSET /P /Q | |
@REM C:\SB16\CTCU.EXE /S /W=C:\WINDOWS | |
PROMPT $p$g | |
PATH C:\NET;C:\WINDOWS;C:\DOS;C:\XTGOLD;C:\TC\BIN;C:\WP51;C:\SOFTMPU;C:\MIDIEMU | |
SET MGA=C:\MGA\SETUP\ | |
SET TEMP=C:\DOS | |
LH /L:0;3,3104 /S C:\CTMOUSE\CTMOUSE.EXE | |
LH /L:0;3,5808 /S C:\CDROM\SHSUCDX /D:MSCD001 | |
@REM ===== Gravis initialization (4.00) ===== | |
@SET ULTRASND=250,3,3,7,5 | |
@SET ULTRADIR=C:\ULTRASND | |
@SET BLASTER=A250 I5 D1 T1 | |
@SET PATH=C:\ULTRASND;%PATH% | |
@C:\ULTRASND\ULTRINIT.EXE -ej | |
@REM ===== Gravis initialization ends ===== | |
GOTO %CONFIG% | |
:DOS | |
GOTO EXIT | |
:IPXNET | |
LH /L:2,18880 C:\NWCLIENT\lsl.com | |
LH /L:2,43472 C:\NWCLIENT\3C5X9.com | |
LH /L:2,40272 C:\NWCLIENT\ipxodi.com | |
LH /L:0;2,54992 /S C:\NWCLIENT\vlm.exe | |
GOTO EXIT | |
:MSNET | |
LH /L:2,18880 C:\NWCLIENT\lsl.com | |
LH /L:2,43472 C:\NWCLIENT\3C5X9.com | |
LH /L:2,40272 C:\NWCLIENT\ipxodi.com | |
LH /L:0;2,54992 /S C:\NWCLIENT\vlm.exe | |
LH /L:0;2,3504;1,304;3,10112 /S C:\NET\net start | |
:EXIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[MENU] | |
MENUITEM=DOS,MS-DOS with mouse, sound and CD-ROM | |
MENUITEM=IPXNET,MS-DOS with IPX/SPX Networking | |
MENUITEM=MSNET,MS-DOS with Microsoft Networking Client | |
MENUDEFAULT=DOS, 30 | |
[COMMON] | |
DEVICE=C:\DOS\HIMEM.SYS | |
DEVICE=C:\DOS\EMM386.EXE RAM HIGHSCAN I=B000-B7FF WIN=B500-B7FF WIN=B200-B4FF | |
BUFFERS=20,0 | |
FILES=40 | |
LASTDRIVE=Z | |
FCBS=4,0 | |
REM DEVICE=C:\SB16\CTCM.EXE | |
DEVICEHIGH /L:3,12048 =C:\DOS\SETVER.EXE | |
DEVICEHIGH /L:3,11264 =C:\CDROM\VIDE-CDD.SYS /D:MSCD001 | |
STACKS=9,256 | |
[DOS] | |
DOS=HIGH,UMB | |
[IPXNET] | |
DOS=HIGH,UMB | |
DEVICEHIGH /L:3,4656 =C:\NET\IFSHLP.SYS | |
[MSNET] | |
DOS=HIGH,UMB | |
DEVICEHIGH /L:3,4656 =C:\NET\IFSHLP.SYS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment