From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,682d1c4a13fb8d32 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!news.tornevall.net!news.jacob-sparre.dk!pnx.dk!jacob-sparre.dk!ada-dk.org!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: DDS and Ada Date: Fri, 8 Jul 2011 14:35:05 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <2011070520341767939-martynatemconukdotcom@news-europe.giganews.com> <2011070619460659694-martynatemconukdotcom@news-europe.giganews.com> <5b042e9c-7db8-4a20-aa87-8daa764e50f9@x16g2000yqg.googlegroups.com> <71d885d1-cf1b-4d45-8b67-6a1217334f44@bl1g2000vbb.googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1310153706 22963 69.95.181.76 (8 Jul 2011 19:35:06 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 8 Jul 2011 19:35:06 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6090 Xref: g2news1.google.com comp.lang.ada:20147 Date: 2011-07-08T14:35:05-05:00 List-Id: "Gautier write-only" wrote in message news:71d885d1-cf1b-4d45-8b67-6a1217334f44@bl1g2000vbb.googlegroups.com... > For Shark8: DJGPP (then GNAT/GCC 4.6.1) and Ada programs compiled with > DJGPP runs on a DPMI-extended DOS. I don't think that is the sort of MS-DOS that Shark8 was referring to. DPMI is precisely the kind of support stuff that you don't want on your bare machine (at least not if you are planning to write "all Ada"). You could in theory boot a 32-bit DOS executable with solely a small chunk of assembler code to set up protected mode, but that's hard to do (I could never get it to work, in large part because there is no way to find out why it didn't work). Randy.