X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Georg Newsgroups: comp.os.msdos.djgpp Subject: Re: incompatible Date: Mon, 21 May 2012 14:46:55 -0700 (PDT) Organization: http://groups.google.com Lines: 22 Message-ID: References: <16cd2 DOT 48279178 DOT 3ce778e4 AT aol DOT com> <83bolizxdh DOT fsf AT gnu DOT org> <8dabbc83-5370-4b8a-b278-82fd10e325e2 AT s5g2000vbc DOT googlegroups DOT com> <4370c769-d25c-4b75-8d4e-006a8dfb5290 AT n16g2000vbn DOT googlegroups DOT com> NNTP-Posting-Host: 46.78.35.225 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1337636940 22056 127.0.0.1 (21 May 2012 21:49:00 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 21 May 2012 21:49:00 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: m3g2000vbl.googlegroups.com; posting-host=46.78.35.225; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4,gzip(gfe) Bytes: 2799 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q4LM021r001857 Reply-To: djgpp AT delorie DOT com On May 21, 10:56 pm, RayeR wrote: > Yes, RSX/NT but I never tried it. I also think that watcom can do it > or is it my misremember? > It seems to me impractical to use extra DLL and extender. Also it  is > probably a hack to some older djgpp source. We would need something > that could be easily patched to recent gcc, binutils, djdev... without > much extra effort to allow update it again when newer versions will be > released. But it may be hard due to DJGPP dependency on DPMI and DOS > calls so in this case it may be better to make some NTVDM-like > extension for win64 cmd (e.g. with using those mentionex VTX - I don't > know details how it works and if it's helpfull for 16bit code). It > would be much comfortable to run DJGPP programs directly via cmd > instead of loading some VM with DOS inside separated from host > filesystem and taking long time to load. I think if Japheth could > write win32 support for DOS it shouldn't be harder to make DOS/DPMI > support for win64 if VTX can help instead of missing V86... I do not know much about RSX/NT but upgrading a part of it could be less effort than writing a NTVDM. The Win7 command window already features DPMI as standard, at least the ones I tried.