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,FREEMAIL_FROM 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: g2news2.google.com!postnews.google.com!bl1g2000vbb.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: DDS and Ada Date: Fri, 8 Jul 2011 02:13:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <71d885d1-cf1b-4d45-8b67-6a1217334f44@bl1g2000vbb.googlegroups.com> References: <2011070520341767939-martynatemconukdotcom@news-europe.giganews.com> <2011070619460659694-martynatemconukdotcom@news-europe.giganews.com> <5b042e9c-7db8-4a20-aa87-8daa764e50f9@x16g2000yqg.googlegroups.com> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1310116500 19725 127.0.0.1 (8 Jul 2011 09:15:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 8 Jul 2011 09:15:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: bl1g2000vbb.googlegroups.com; posting-host=206.122.158.4; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRUALSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21104 Date: 2011-07-08T02:13:17-07:00 List-Id: For Shark8: DJGPP (then GNAT/GCC 4.6.1) and Ada programs compiled with DJGPP runs on a DPMI-extended DOS. It can be * MS-DOS, FreeDOS, NTDVM, DR-DOS without multitasking plus CWSDPMI * DR-DOS with multitasking, which provide its own DPMI If you want an Ada/DJGPP example with keyboard, sound, and video drivers written in Ada, you can check this: http://sites.google.com/site/rugxulo/eng3d018.zip G.