From: "Stefan Viljoen" Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp-compiled programs on a 8088/86??? Date: Thu, 26 Apr 2001 16:53:48 +0200 Organization: The South African Internet Exchange Lines: 17 Message-ID: <9c9cah$5jp$1@ctb-nnrp2.saix.net> References: <3ae7e03b DOT 239386107 AT news DOT xs4all DOT nl> NNTP-Posting-Host: pc53-01-p25.nt.saix.net X-Trace: ctb-nnrp2.saix.net 988296337 5753 155.239.176.25 (26 Apr 2001 14:45:37 GMT) X-Complaints-To: abuse AT saix DOT net NNTP-Posting-Date: 26 Apr 2001 14:45:37 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Wouter van Ooijen wrote in message news:3ae7e03b DOT 239386107 AT news DOT xs4all DOT nl... > I know that DJGPP-compiled programs are supposed to run on 386 or > higher, but some users of my program have said that it ran on a 8088 > (but not on a 286). Is there any chance that this is correct, or are > those people hallucinating? I do not have a 8088 here, otherwise I > would have checked it myself... > Wouter As far as I know the 8088 does not have the neccessary hardware to implement memory protection - so as far as I know it will under NO circumstances be able to execute DJGPP binaries which are all protected mode applications. Stefan