Date: Thu, 19 Nov 1998 13:43:10 +0500 (GMT-5) From: William Joseph Giraldo Orozco To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: limits functions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 19 Nov 1998, Eli Zaretskii wrote: > > On Thu, 19 Nov 1998, William Joseph Giraldo Orozco wrote: > > > the one that desire is calculate the limits of the functions in order to > > guarantee to the process (real time executive) has exclusive zone for code > > and data . > > this limits define the limit field of the descriptors of intel 386. > > Are you trying to compute the size of a function? If so, the usual trick > is to define two dummy functions before and after the one you want to > find the size, and subtract them. > Thank's by your answer Yes, but i want to have my executive in a library, and the funtions of the process are custom. Its functions are writen by user of my executive. Then i want that my library (executive) to calculate its limits.