Date: Thu, 2 Aug 2001 14:47:11 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Re: build cvs djdev on 386? In-Reply-To: <200108020952.LAA07038@lws256.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 2 Aug 2001, Martin Stromberg wrote: > If you do have 4MiB > or less I strongly recommend setting a tiny SMARTDRV cache (256kiB or > so) or none. If you let SMARTDRV decide to its default (perhaps it was > 2MiB, I don't remember) you'll be waiting a lot longer. For such memory-starved machines, I don't recommend SmartDrv, as its own code takes too much space, compared with 256KB cache. Instead, look on SimTel in the msdos directory for disk caches which load into conventional memory and set up such a cache for 256KB. That would leave you more free extended memory for GCC. If you decide to go without a disk cache at all, don't forget to set BUFFERS in your CONFIG.SYS to something appropriate (see the FAQ). BUFFERS is the poor man's disk cache, and without it DOS is hopelessly inefficient in disk I/O.