Date: Wed, 2 Apr 1997 11:12:17 -0500 (EST) From: Peter Berdeklis To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: Interrupt handlers and page locking In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 2 Apr 1997, Eli Zaretskii wrote: > No amount of TSRs will cause your DJGPP program to page, because TSRs all > load into conventional memory whereas the absolute majority of DJGPP > installations use extended memory to load data and code of DJGPP > programs. > Smartdrive uses extended memory for its disk cache buffers. You can make those buffers as large as you want (I think) and use up lots of extended memory. Also if you use a memory manager like QEMM you can load many of your TSRs into extended memory with the loader (LOADHI for QEMM). In general though you're right, and I should have been more specific. I still think that the best way is to pop out some of your RAM - although these days with 16MB SIMMs you still need to waste some memory. --------------- Peter Berdeklis Dept. of Physics, Univ. of Toronto