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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,dea2d62ab1462538,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!k19g2000yqc.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Writing an Operating System in Ada Date: Mon, 11 Jan 2010 17:13:55 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 75.161.19.107 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1263258836 10965 127.0.0.1 (12 Jan 2010 01:13:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 12 Jan 2010 01:13:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k19g2000yqc.googlegroups.com; posting-host=75.161.19.107; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 4.0.20506),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8697 Date: 2010-01-11T17:13:55-08:00 List-Id: 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.