Message-ID: <33B121C1.6CD8@bo.dada.it> Date: Wed, 25 Jun 1997 15:48:49 +0200 From: Diego Zuccato Organization: CyberSpace Software Labs BBS MIME-Version: 1.0 To: Charles Sandmann CC: broeker AT physik DOT rwth-aachen DOT de, djgpp-workers AT delorie DOT com Subject: Re: Debugging options References: <9706251307 DOT AA15581 AT clio DOT rice DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Charles Sandmann wrote: > 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. Uh ? So if I pass it a ptr to the 4094th byte of a page and a len of 10 will I lock one or two pages ?