[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EZPlay and memory



On Tue, 29 Mar 1994, Rick Andrew wrote:

> >>------------------------------
> >>  From: Wayne Klockner <klockner@access.digex.net>
> >>  Mon, 28 Mar 1994 21:31:04 -0500 (EST)
> >>  To: Chris Schumann <SCHUMANN@macc.wisc.edu>
> >>  Cc: tp750@CS.UTK.EDU
> >>  Subject: Re: Comm. problems
> 
> >>        I've been using EZPlay for a month and it has worked flawlessly.
> >>   I've been able to load all of the software high and have 589K left,
> >>  even with Smartdrive loaded low. I'm using IBM DOS 6.1/Windows 3.1 on
> >> my 750Cs.
> >
> 
>  Wayne, would it be possible to get a copy of your autoexec and config
> files?  It would be wonderful to be able to have 589K RAM available!  To
> date I have had no such luck.  If you would be willing, you could either
> send the files to me at my email address or post them to the list (or both).
> Thanks in advance for any help you can give me.

Rick:
	Here are my config.sys and autoexec.bat files. I have a multiple 
boot configuration; "WORK" is for Windows apps and communications and 
leaves me 589K RAM free, and "DOSGMS" is for DOS-based games (Doom!) and 
leaves me 615K RAM free.

First, my config.sys:

[MENU]
menuitem=DOSGMS
menuitem=WORK
menucolor=7,1
menudefault=WORK,10

[COMMON]
FILES=50
DEVICE=C:\DOS\HIMEM.SYS
DOS=HIGH,umb

[DOSGMS]
DEVICE=C:\WINDOWS\EMM386.EXE NOEMS
DEVICEHIGH=C:\IBMVESA\VESA.EXE
DEVICEHIGH=C:\IBMAUDIO\AUDIODD\TPAUDDD.SYS
DEVICEHIGH=C:\DOS\POWER.EXE
BUFFERS=40
STACKS=9,256

[WORK]
DEVICE=C:\WINDOWS\EMM386.EXE NOEMS FRAME=D000 X=C000-CFFF
DEVICEhigh=C:\IBMVESA\VESA.EXE
DEVICEhigh=C:\THINKPAD\IBMDSS01.SYS /S0=2
DEVICEhigh=C:\THINKPAD\IBMDOSCS.SYS
DEVICE=C:\THINKPAD\DICRMU01.SYS /MA=C000-CFFF
DEVICEhigh=C:\THINKPAD\$ICPMDOS.SYS
DEVICEhigh=C:\DOS\POWER.EXE
DEVICEhigh=C:\THINKPAD\AUTODRV.SYS C:\THINKPAD\AUTODRV.INI
REM DEVICE=C:\THINKPAD\SRAMDRV2.SYS
BUFFERS=20
STACKS=9,256

and my autoexec.bat:

@echo off
IF "%CONFIG%" == "DOSGMS" LH C:\DOS\MOUSE.COM
SET DSPPATH=C:\IBMAUDIO\AUDIODD
PATH=C:\WINDOWS;C:\BATCH;C:\DOS;C:\PKWARE;C:\IBMAUDIO\AUDIODD;C:\THINKPAD
PROMPT $P$G
SET READIBM=C:\READIBM\READIBM.PRO
SET TEMP=C:\TEMP
SET TMP=C:\TEMP
IF "%CONFIG%" == "WORK" LH C:\WINDOWS\SMARTDRV.EXE 1024 512
IF "%CONFIG%" == "DOSGMS" LH C:\IBMAUDIO\VDD\SVAUDIO.EXE

	The only peripheral I use is a USR WorldPort 14.4 PCMCIA 
fax/modem. I hope this helps you.