From: sandmann AT clio DOT rice DOT edu (Charles W. Sandmann) Subject: debug32 & dpmi To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) Date: Thu, 10 Jun 1993 22:31:01 -0600 (CDT) DEBUG32 does not attempt to use DPMI memory at all. If you try and run it under Win for example, you get the old message about cpu must be in real mode. This is due to limitations on DEBUG32 code size (small model) and programmer coding time. DEBUG32 effectively runs in "nodpmi" mode all of the time. Someday maybe I will get a version working under DPMI. Maybe...