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: a07f3367d7,dea2d62ab1462538 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!news.albasani.net!not-for-mail From: Leslie Newsgroups: comp.lang.ada Subject: Re: Writing an Operating System in Ada Date: Mon, 11 Jan 2010 21:30:46 -0600 Organization: albasani.net Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.albasani.net N0fvFxH9P9wvGZT5yAMWlExbpnfL2qI0PEz1pXh1SU2gneZyhfvDymseB6pDJZ2ZwaUrNF9td13wkUqPjdu2xD2bxxxHSRKhQL3p6C7k8EMK6WCUWQjhEYV/zgBMSy+A X-Complaints-To: abuse@albasani.net NNTP-Posting-Date: Tue, 12 Jan 2010 03:29:37 +0000 (UTC) X-User-ID: 5Sujso+snCWUrQGg//46rMLhGKB9SNi7he2lhOIWHDMRDcmpgb84VohYslh6vb5O+yVy6LqeM/Hd/w14sRLhWw== Cancel-Lock: sha1:ZErPEF1eD++qXU9cKhSWZyXaAWo= User-Agent: KNode/0.10.9 X-NNTP-Posting-Host: Lal6QG1LUIcX6wy8xmkX2oMepfIyW2VGhxOk1q11mFY= Xref: g2news1.google.com comp.lang.ada:8698 Date: 2010-01-11T21:30:46-06:00 List-Id: 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. Interestingly, I was just thinking last week while reading John Barnes' /Programming in Ada 2005/ that Ada would be a fine language to user for writing an OS. I'm not yet proficient in Ada, but would be interested in contributing what I can. Leslie