delorie.com/archives/browse.cgi | search |
Date: | Thu, 8 Apr 1999 11:36:13 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Michael Bukin <bukinm AT inp DOT nsk DOT su> |
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: | <Pine.SUN.3.91.990408113536.29868U-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |