Date: Thu, 8 Apr 1999 11:36:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Michael Bukin cc: djgpp AT delorie DOT com Subject: Re: What's Broken in Windows DPMI In-Reply-To: <20lng45nzr.fsf@Sky.inp.nsk.su> 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 8 Apr 1999, Michael Bukin wrote: > Sorry, this information is also incorrect. It is allocating 0x29 > paragraphs in stub.asm. It allocates private data for DPMI host. Yes. And this memory cannot be deallocated, since the program terminates by issuing Int 21h/AH=4Ch IN PROTECTED MODE. The DPMI host is the only one who can deallocate that memory. Btw, the number 0x29 above is DPMI host-dependent, the host returns it when you call Int 2Fh/AX=1687h.