home *** CD-ROM | disk | FTP | other *** search
- timeout=3,Y,1
- echo=1. Boot with EMM386 (most compatible) ***
- echo=2. Boot with EMM386 (optimal memory)
- echo=3. Boot Without EMM386 (choose this when PC freezes)
- echo=4. Clean boot
- switch AUTO, MAX, NOEMM, CLEAN
- exit
- :COMMON
- set os=dr
- history=on,512,on
- switches=/f
- break=off
- files=99
- lastdrive=z
- stacks=0,0
- return
- :AUTO
- gosub COMMON
- set config=AUTO
- dos=high,umb
- hibuffers=32
- device=\bin\emm386.exe exclude=d000-d7ff exclude=ec00-eeff noems
- shell=\command.com /f /e:2048 /p
- rem devicehigh=\bin\ifshlp.sys
- return
- :MAX
- gosub COMMON
- set config=MAX
- dos=high,umb
- hibuffers=32
- device=\bin\emm386.exe include=b000-b7ff noems
- shell=\command.com /f /e:2048 /p
- rem devicehigh=\bin\ifshlp.sys
- return
- :NOEMM
- gosub COMMON
- set config=NOEMM
- dos=high
- buffers=32
- device=\bin\himem.sys
- shell=\command.com /f /e:2048 /p
- rem device=\bin\ifshlp.sys
- return
- :CLEAN
- set config=CLEAN
- set os=dr
- shell=\command.com /p
- return
-