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: a07f3367d7,4f349758c918a275 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.207.72 with SMTP id fx8mr3466228qab.2.1347059661566; Fri, 07 Sep 2012 16:14:21 -0700 (PDT) Received: by 10.236.115.33 with SMTP id d21mr350312yhh.12.1347059661537; Fri, 07 Sep 2012 16:14:21 -0700 (PDT) Path: da15ni1572qab.0!nntp.google.com!b19no12451qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 7 Sep 2012 16:14:21 -0700 (PDT) In-Reply-To: <12b443cd-0781-4163-b617-babd30d11142@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.33; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.33 References: <87cbc5e6-d44a-401f-ba40-d5cd00d29398@googlegroups.com> <1nh8kazthkfkx.wahq74dz8xgx.dlg@40tude.net> <12b443cd-0781-4163-b617-babd30d11142@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada bindings for filesystems From: Anh Vo Cc: mailbox@dmitry-kazakov.de Injection-Date: Fri, 07 Sep 2012 23:14:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-09-07T16:14:21-07:00 List-Id: On Friday, September 7, 2012 7:29:48 AM UTC-7, (unknown) wrote: > On Friday, September 7, 2012 4:13:42 PM UTC+2, Dmitry A. Kazakov wrote: >= ARM B.3 is all you need, assuming that OS interfaces are in C. It is 2-3 >= API functions you have to import plus some constants to declare. 1-2 hours= > of work... Could you please provide a link to ARM B.3? My Google search = turnep unclear results... Also, will the output of this tool be usable dire= ctly from within Ada programs? Or will some external interfaces/dependencie= s still be required? Thanks again. Here it is http://www.ada-auth.org/standards/12rm/html/RM-B-3.html A. Vo