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!news1.google.com!postnews.google.com!p24g2000yqm.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Writing an Operating System in Ada Date: Wed, 13 Jan 2010 09:29:40 -0800 (PST) Organization: http://groups.google.com Message-ID: <8b7e56b5-1f9c-46a3-9cb9-3f73a1bb1803@p24g2000yqm.googlegroups.com> References: NNTP-Posting-Host: 90.201.91.87 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1263403780 1164 127.0.0.1 (13 Jan 2010 17:29:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 13 Jan 2010 17:29:40 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p24g2000yqm.googlegroups.com; posting-host=90.201.91.87; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8728 Date: 2010-01-13T09:29:40-08:00 List-Id: On Jan 12, 1:13=A0am, Shark8 wrote: > I was wondering if there would be any interest in coding up an OS in > Ada. I don't mean taking an existing codebase and rewriting/converting > it to Ada, but implementing it from the ground up. It's been a bit of > a "for later" project for me to write an OS, although I did begin to > write one in Turbo Pascal which got to the point of being able to > recognize user-commands & (based on those commands) change the screen > resolution. {And all using less than ten lines of inline assembly!} > > As time went on the project went on the back-burner and "later" never > really came around, but in that meantime I was finishing up my degree > in CS and came across Ada in my senior-level programming languages > class. The design of Ada impressed me a lot and so I got myself > Barnes's Ada 2005 book and started teaching myself. (So, in reality > I'm pretty new to Ada, but I do come from a Pascal background and like > the idea of having my compiler check things for correctness.) > > Anyway, I was wondering if anybody here would be interested in such a > project. Me too, I wrote a "hello world" kernel in Ada ages ago and posted it up onto my blog site: http://www.archeia.com - it's a tad slow though so will be moving my site over to a new one when I get around to it :D I'll also be getting back to the OS (when I get around to it :D). Luke.