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,985762be6fa32f22 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!news.tele.dk!news.tele.dk!small.news.tele.dk!uio.no!feed.news.tiscali.de!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Improving Ada's Image Date: Tue, 29 Jun 2004 19:44:56 +0100 Message-ID: References: <2k06c5F16ql15U2@uni-berlin.de> <2k50gdF17acumU1@uni-berlin.de> <2k5ihhF186j10U1@uni-berlin.de> NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1088534696 22203 62.49.62.197 (29 Jun 2004 18:44:56 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 29 Jun 2004 18:44:56 +0000 (UTC) User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: g2news1.google.com comp.lang.ada:2003 Date: 2004-06-29T19:44:56+01:00 List-Id: On Sat, 26 Jun 2004 16:20:16 +0100, Nick Roberts wrote: > I'm planning on putting an exception mechanism into the kernel, so that Obviously, an OS needs an exception handler ;-) But I did mean usage of Ada exceptions? > there will be full exception handling in all AdaOS software except for > the kernel itself. The kernel will be a microkernel (or small, at > least), so this means that most software will have exception handling. > > The AdaOS compiler, called ECLAT, unless given the restriction I remember you talking about writing an Ada compiler specifically for your OS on aod, is this yours? Have you considered making it available to others? Open source or otherwise. > Inside the kernel, nearly all the restrictions will be turned on, so > generating stand-alone code. Pretty much what I have with GNAT. Luke.