Date: Mon, 8 Jan 1996 11:39:30 +0200 (IST) From: Eli Zaretskii To: Brendan Simon Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: CWSPR0 howto On Mon, 8 Jan 1996, Brendan Simon wrote: > I want to try cwspr0 (or whatever its called). The ring 0 dpmi server > which does not allow VM. > > When I put this in my path, my programs (compiled with DJGPP V2b2) say I > need a dpmi server. What is the best solution. > > Will it work if I rename cwspr0.exe to cwsdpmi.exe ??? No you don't need to rename CWSDPMI. The stub has a field that tells it which DPMI server to load if none is found when the program starts (if you start the program, say, under Windows, it *will* find a server and won't load any). This field is by default set to CWSDPMI.EXE, but you can change it with `stubedit' program.