From: leathm AT solwarra DOT gbrmpa DOT gov DOT au (Leath Muller) Message-Id: <199706252251.IAA27924@solwarra.gbrmpa.gov.au> Subject: Re: Debugging options To: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Date: Thu, 26 Jun 1997 08:51:20 +1000 (EST) Cc: dz AT bo DOT dada DOT it, broeker AT physik DOT rwth-aachen DOT de, djgpp-workers AT delorie DOT com In-Reply-To: <9706251307.AA15581@clio.rice.edu> from "Charles Sandmann" at Jun 25, 97 08:07:28 am Content-Type: text Precedence: bulk > > Does mprotect() get 'any' address ? Or does it need that the passed > > address is aligned on a page start ? What happens if it's not aligned ? > mprotect rounds down to the nearest 4096 boundary and up to the nearest > boundary, so you had better align things yourself if you don't want to be > surprised. > > > You may find some unix code will work out of the box with this call :-) > > Really a good thing :-) > If you find any missing constants or macros in unix code which DJGPP could > implement, please send patches! I may have missed bits of this thread, but what about things implemented in dmalloc()... Leathal.