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,fc35bf7ba6fca42d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!blackbush.cw.net!cw.net!feed.news.tiscali.de!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: "new" word Date: Wed, 16 Mar 2005 14:55:48 +0100 Message-ID: <87psxz3daz.fsf@deneb.enyo.de> References: <1110966980.482176.111570@f14g2000cwb.googlegroups.com> <3297984.Y1VDRVLb6y@jellix.jlfencey.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: albireo.enyo.de 1110981349 19301 212.9.189.177 (16 Mar 2005 13:55:49 GMT) X-Complaints-To: Cancel-Lock: sha1:RDj39P2GeqLNQsal1nRUVYJbDc4= Xref: g2news1.google.com comp.lang.ada:9489 Date: 2005-03-16T14:55:48+01:00 List-Id: * Adrian Knoth: > Another way would be to specify the Kernel-ABI, but I don't expect > this to happen earlier than Hurd ;) The kernel ABI is fairly stable. There are only a few dozen syscalls, and it's easy to write Ada wrappers for them. It doesn't buy you that much because large parts of the GNAT run-time on GNU systems rely on services provided by the C run-time library. Tasking and I/O are examples. Duplicating this infrastructure is the hard work, and doing it right even for older kernels is quite a challenge.