Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uunet!odi!ed From: ed@odi.com (Ed Schwalenberg) Newsgroups: comp.windows.ms.programmer Subject: Re: Protected mode in virtual machines Message-ID: <1991Jan27.182512.11626@odi.com> Date: 27 Jan 91 18:25:12 GMT References: <329@stiatl.UUCP> Organization: Object Design, Inc. Lines: 13 In-Reply-To: klb@stiatl.UUCP's message of 25 Jan 91 18:01:50 GMT In article <329@stiatl.UUCP> klb@stiatl.UUCP (Kathy Ball) writes: I'm looking for documentation about the Virtual Machine Manager that creates virtual machines in 386 enhanced mode. The VMM is documented in the Device Driver Development Kit, which is available from Microsoft for $500; there's an order form for it in the SDK. You're "not supposed to" program virtual machines yourself; the DDK has all this info so that virtual devices can handle requests from multiple VMs. You're supposed to use a protected-mode DOS extender (like the one from Phar Lap) which in turn uses the DPMI (DOS Protected-Mode Interface) spec to get Windows' cooperation in sharing protected-mode resources.