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,b49eb681f9f40b59 X-Google-Attributes: gid103376,public From: robert_dewar@my-dejanews.com Subject: Re: Printing Enum Date: 1999/03/05 Message-ID: <7boshb$p11$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 451567929 References: <7boa3e$1nc$1@ffx2nh3.news.uu.net> X-Http-Proxy: 1.0 x10.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Fri Mar 05 15:17:10 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-03-05T00:00:00+00:00 List-Id: In article <7boa3e$1nc$1@ffx2nh3.news.uu.net>, "Willliam V" wrote: > Now is an easier task for an Ada engineering team: build > half the functionality of Linux on Pentiums. Ten years > after Linux started to run on 386s. Blah Well the english is a bit odd in the above, so it is a little hard to understand, and the significance of the last four letters is equally inpenetrable. But if you are asking whether it would be practical to duplicate half (or all for that matter) of the Linux functionality on Pentiums in Ada, then the answer is: 1) Yes, entirely practical and 2) Probably a much better choice. Far too many target dependencies crept into the initial Linux implementation (e.g. depending on specific choices of the optimizer in the current version of GCC, and excessive use of ASM insertions). It is likely that this would have been far less of a problem if Ada had been used. Of course this all assumes that you have appropropriate compilers available (with technical, and non-technical (e.g. GPL) requirements being met). This is true now, but was not true ten years ago. But from a purely technical point of view, this certainly could be done. It would be a nice project for some students to undertake (the Linux kernel is not that large after all). -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own