Date: Thu, 5 Mar 1998 18:22:48 +0200 (IST) From: Eli Zaretskii To: "Nils Emil P. Larsen" cc: djgpp AT delorie DOT com Subject: Re: DJGPP programs on 80286 (help me). In-Reply-To: <3.0.5.32.19980305151222.007adeb0@vip.cybercity.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 5 Mar 1998, Nils Emil P. Larsen wrote: > Are the programs compiled with GCC are 32-bit? Yes. > Will they run in DOS 5? Yes. Any DOS above 3.0 will do. > CWSDPMI won't install on a 80286-PC. How do I disable use of DPMI in my > programs in DJGPP? DJGPP programs won't run on a 286, they need a 386 or better. 286 cannot run 32-bit code which DJGPP emits. And you cannot disable DPMI, since DJGPP programs require DPMI to run. > BTW, do any of you know a good "C-beautifier"? GNU `indent' is one such program. A DJGPP port is available in v2gnu/ind191b.zip.