56K - FAQs

All files and documentation are offered on an *AS IS* basis and you assume full responsibility for using them.
What's needed in the System Files?
The following commands must be in the "autoexec.bat" and "config.sys" files
in order for the 56K to run: 


"autoexec.bat"
--------------
@ECHO OFF
PROMPT $p$g
PATH C:\DOS;C:\SS
SET TEMP=C:\DOS
c:\mouse\mouse    '(or whatever command loads your mouse...see your 
                  ' autoexec.bat on c:)
cd\ss


"config.sys"
------------
DEVICE=C:\DOS\SETVER.EXE
DEVICE=C:\DOS\HIMEM.SYS
DEVICE=c:\DOS\EMM386.EXE NOEMS X=D000-D7FF ' (this area should match
                                           ' the "dspseg" in the 
                                           ' c:\ss\56ksetup/s )
DOS=HIGH
FILES=128
BUFFERS=30


At least 540K conventional RAM is required to run 56K.  
These files will insure that there is sufficient memory.


______________________________________________________________________________