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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,78a1af350f4cf4b X-Google-Attributes: gid103376,public From: Laurent Guerby Subject: Re: Win2000 has 63,000 'defects' Date: 2000/03/08 Message-ID: <86n1o9p6yp.fsf@ppp-98-137.villette.club-internet.fr>#1/1 X-Deja-AN: 594840025 References: <38A989B7.2D4D6B56@maths.unine.ch> <38AC41FE.73461614@earthlink.net> <952459361.11185.0.nnrp-12.d4e5bde1@news.demon.co.uk> <8a5mmt$pio$2@news.btv.ibm.com> <8a5ms7$aai1@news.cis.okstate.edu> <8a5t40$n84$1@nnrp1.deja.com> X-Trace: front1m.grolier.fr 952545340 14662 194.158.98.137 (8 Mar 2000 19:55:40 GMT) Organization: Club-Internet (France) NNTP-Posting-Date: 8 Mar 2000 19:55:40 GMT Newsgroups: comp.lang.ada Date: 2000-03-08T19:55:40+00:00 List-Id: Ted Dennison writes: > ...that is, interfacing C to Ada. For instance, you'll probably need to > take steps to make sure that no elaboration code is needed, or that the > elaboration entry point gets called on or before the first invocation. GNAT provides configuration pragma to check this (no run time and no elaboration). > If device drivers written in Ada started popping up, folks might start > to take notice of that odd "Ada" language... The Linux kernel is written in C (and Asm). Prototyping a Linux driver in Ada could be a very interesting project, but for the sake of the Linux project, the real driver ought to be contributed to the kernel effort in C and C only. --LG