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,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ca992fd796299db9,start X-Google-Attributes: gid103376,public From: "John Duncan" Subject: Suitability of ada environments for systems development Date: 1999/07/02 Message-ID: <7lis9r$oil$1@usenet01.srv.cis.pitt.edu>#1/1 X-Deja-AN: 496486810 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Organization: University of Pittsburgh X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 1999-07-02T00:00:00+00:00 List-Id: Hi all, I am foreseeing an operating system project to occur in the near future. This project will require development directly on the hardware, of course, and will build the OS libraries and API. I understand how Ada works to provide systems programming features, but I'm wondering how suitable each individual tool is. I would like to write the majority of the OS in a high-level language, such as Ada or EC++ (based on the quality of the tool, really), and I was wondering how much operating system support is needed for tasks and protected objects. The goals are reusability and retargetability. I want to make the whole project very easily retargetable to any underlying chip. Do vendors provide library implementations of the normally OS-dependent features such as tasking and protected objects? If so, could vendors please mention how their tools help solve these problems? Good responses will facilitate choice of platform for a number of users. Thank you very much, John