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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,dea2d62ab1462538 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!35g2000yqa.googlegroups.com!not-for-mail From: jonathan Newsgroups: comp.lang.ada Subject: Re: Writing an Operating System in Ada Date: Tue, 12 Jan 2010 07:14:02 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <0631dfb6-4b8f-4162-bd6f-59b243039666@u7g2000yqm.googlegroups.com> NNTP-Posting-Host: 143.117.23.126 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1263309242 1515 127.0.0.1 (12 Jan 2010 15:14:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 12 Jan 2010 15:14:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 35g2000yqa.googlegroups.com; posting-host=143.117.23.126; posting-account=Jzt5lQoAAAB4PhTgRLOPGuTLd_K1LY-C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.16) Gecko/2009121609 Iceweasel/3.0.6 (Debian-3.0.6-3),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8703 Date: 2010-01-12T07:14:02-08:00 List-Id: On Jan 12, 8:36=A0am, Ludovic Brenta wrote: > Have a look athttp://www.lovelace.fr > > This project is dormant at the moment but you can already check it > out. MaRTe OS is another thing worth looking at. I notice that MaRTe OS is alive and well. The latest news from the web site: 19/Aug/2009 New release of MaRTE OS : Adapted to GNAT-GPL-2009 (In other words you have to use the GNAT-GPL-2009 Ada compiler to compile the latest version.) A good starting point might be to boot and explore Marte OS, and then decide which direction interests you. In any case, the source code should be interesting: http://marte.unican.es/ Jonathan