Date: Mon, 29 Mar 1999 15:06:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: thriller cc: djgpp AT delorie DOT com Subject: Re: =?iso-8859-1?B?u9i4tDogcXVlc3Rpb25zIG9uIHByb3RlY3RlZCBtb2RlJklTUiA=?= In-Reply-To: <003501be7933$9f28d960$f10d63ca@bj-cmbc> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 28 Mar 1999, thriller wrote: > thanks, but lock all codes isr touches is impossible! It's possible in DJGPP to lock *all* the memory of your program, including data, code, and stack. Please read section 18.9 of the DJGPP FAQ list for the description of how this is done. Doing this of course requires that your program is small enough to fit into the physical memory installed on the target machine(s).