Date: Thu, 15 Jun 2000 03:08:58 -0700 (PDT) From: "John K. Picken" X-Sender: yg473 AT vtn1 To: opendos AT delorie DOT com Subject: Re: help: I need 8192k of EMS. In-Reply-To: <2876742.961047339915.JavaMail.imail@derby> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: opendos AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: opendos AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 14 Jun 2000 d-range AT excite DOT com wrote: > I am not seeing enough documentaion on memory managment, (using dosbook.) > How do I set emm386 to reserve memory for EMS? frames=auto is not giving me > enough. > In most cases, the MS-DOS syntax will work. Try something like: device=\emm386.exe ram 8192 frame=c800 The frame address will depend on your computer's memory map. With a standard clone, C800 or E000 are usually good candidates; the point is you want an unbroken 64K. jkp