Date: Sun, 25 Apr 1999 11:51:25 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Maximizing performance In-Reply-To: <7flbk8$757$1@ffx2nh5.news.uu.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 21 Apr 1999, Kelly Harrelson wrote: > Is there a faster platform to run DJGPP executables under other than plain > DOS? What about some of the boot kernel tools that are available? DJGPP executables call DOS functions to do I/O and other OS-related tasks. So you need either DOS or its clone to run DJGPP programs. A program that avoids calling DOS is by definition not a DJGPP program but an entirely different beast.