[comp.os.msdos.apps] DRDOS vs MSDOS

morro@drycas.club.cc.cmu.edu (06/25/91)

Hello Everyone !
 
        I have two questions in regard to DRDOS 5.0 - (1) out of my 640 K I
get something like 509 K left over after all of the drivers, etc., below
are installed.  I was wondering if perhaps I need to change something in my
config.sys or autoexec.bat to optimize that (I have 1024 K extended but if
I use MemoryMAX I still get only about 530 K and *all* of my 1024 K
extended is gone !); and (2) I really like DRDOS 5.0 but I also heard many
rave reviews of MSDOS 5.0 - should I switch back to MSDOS ?  Thank you !
 
                                        - John Duchowski
 
-----------------------------------------------------------------------------
SHELL=C:\COMMAND.COM C:\ /P /E:512
BREAK=ON
BUFFERS=30
FILES=30
FASTOPEN=512
LASTDRIVE=E
HISTORY=ON, 256, OFF
COUNTRY=001,,C:\DRDOS\COUNTRY.SYS
HIDOS=ON
?"Load MemoryMAX software (Y/N) "DEVICE=C:\DRDOS\HIDOS.SYS /B=FFFF
HIDEVICE=C:\DRDOS\EMM.SYS AT 208
HIDEVICE=C:\DRDOS\RAPIDBIO.SYS
HIDEVICE=C:\DRDOS\ANSI.SYS
HIDEVICE=C:\DRDOS\MSMOUSE.SYS /1
HIDEVICE=C:\DRDOS\VANILLA.SYS
HIDEVICE=C:\DRDOS\VSAFE.SYS /1+/2-/3-/4+/5+/6+/7-/8-
-----------------------------------------------------------------------------
@ECHO OFF
REM
REM The DRDOSBEG and DRDOSEND labels tell the SETUP program which
REM statements it should process. Put any additional statements for
REM DR DOS between these two labels. Any other statements e.g. for
REM other operating systems should be placed outside the labels.
REM
:DRDOSBEG
C:\DRDOS\QUIKBUF2 AT SIZE = 512 E P
PATH = C:\;C:\DRDOS;C:\PCTOOLS;C:\PK;C:\UNIX;C:\EPSILON;C:\BIN;C:\CPAV
PATH = %PATH%;C:\BCPP\BIN;C:\TP;C:\MSFEXE
MIRROR C: /TC
SET LIB = C:\MSFLIB
SET INCLUDE = C:\MSFINC
REM FOR LEARN_C set include = e:\learn_c\include
SET INIT = C:\MSFEXE
SET TMP = C:\MSFTMP
SET CPSS = C:\CTEXT
SET PCTOOLS = C:\PCTOOLS
VERIFY ON
PROMPT $P$G
MEMMAX -U -L >NUL
C:\DRDOS\INITCPSS
C:\DRDOS\WELCOME
C:\DRDOS\TIM
REM RUN ONLY IF NECESSARY c:\cpav\cpav.exe /s
:DRDOSEND
-----------------------------------------------------------------------------