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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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 Path: g2news1.google.com!postnews.google.com!ct4g2000vbb.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: DDS and Ada Date: Thu, 7 Jul 2011 18:23:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2011070520341767939-martynatemconukdotcom@news-europe.giganews.com> <2011070619460659694-martynatemconukdotcom@news-europe.giganews.com> <5b042e9c-7db8-4a20-aa87-8daa764e50f9@x16g2000yqg.googlegroups.com> NNTP-Posting-Host: 24.230.151.194 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1310088225 24453 127.0.0.1 (8 Jul 2011 01:23:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 8 Jul 2011 01:23:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: ct4g2000vbb.googlegroups.com; posting-host=24.230.151.194; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20130 Date: 2011-07-07T18:23:45-07:00 List-Id: On Jul 7, 8:04=A0pm, Gautier write-only wrote: > On 7 juil, 04:34, Shark8 wrote: > > > Though a DOS Ada 2012 compiler might be very nice for one wishing to > > do an OS. > > Really? DOS is so minimal/unconstrained that one can easily make bootable program with a DOS compiler. I had the start of an OS (I got it to the point of being able to recognize commands and change video-modes) written purely in BP7 {100% Pascal, with the exception of something like 6-lines of inline assembler (to handle the keyboard/scan-codes)}. The problem currently stumping me regarding doing it in Ada is that my GNAT tries to hook the non-existent runtime OR (with the runtime- restriction pragma) gives me funny linker errors preventing a compile. > Anyway, if Ada 2012 is supported by GCC 4.6.1, you have your DOS Ada > 2012 compiler: > > http://groups.google.com/group/comp.os.msdos.djgpp/browse_frm/thread/... Oh, thanks for the lead.