From: Martin Stromberg Message-Id: <200104240718.JAA02550@lws256.lu.erisoft.se> Subject: Re: win2000/ntvdm/djgpp (fwd) To: djgpp-workers AT delorie DOT com Date: Tue, 24 Apr 2001 09:18:55 +0200 (MET DST) Cc: theowl AT freemail DOT c3 DOT hu In-Reply-To: <3AE33D9C.1078.1AC82EC3@localhost> from "The Owl" at Apr 22, 2001 08:22:52 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Thumbs up for an extraordinary debugging work! > ntvdm: > > this is ther user mode component of windows that does all the emulation > needed by dos (v86), dosx (pm16/pm32), win16 (pm16) apps. it interfaces > to the kernel via ntdll (as any other subsystem does) and also has an > undocumented interface that can be used by the dos/dosx/win16 apps > (based on the debug symbols, the related internal functions are prefixed > by 'Bop', no idea what it stands for). Bop stands for "BIOS OPeration" according to Schulman's, Undocumented DOS. It's NT's equivalent to WINDOZE 3.x's (and 4.x's) ARPL. Right, MartinS