To: rossi AT cs DOT unibo DOT it (Davide Rossi) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Novell DOS 7's DPMI & DJGPP Date: Sun, 27 Nov 94 08:56:23 +0200 From: "Eli Zaretskii" > I have Novell DOS 7, it's a fine product but, unluckly, the > DPMI driver that comes with it looks not compatible with go32. How incompatible? Does it crash your machine? What exactly happens? > Is this right? Are anyone working on a fix for this? > Please, let me know! DJGPP v2.0 will have its own free DPMI server, but that's a few months from now. NDOS 7 probably also has a memory manager which provides VCPI services, maybe called EMM386 or something. If it does, you can load it and include nodpmi in your go32 environment variable. Then go32 will provide some DPMI services itself, and won't use the one supplied with NDOS.