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,de4046858a88bacb X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.velia.net!noris.net!news2.arglkargh.de!nuzba.szn.dk!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada OS Date: Mon, 26 Nov 2007 19:34:52 -0600 Organization: Jacob's private Usenet server Message-ID: References: <3c1ea5f7-586a-4101-81cd-857711c63042@d61g2000hsa.googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: jacob-sparre.dk 1196127083 18071 69.95.181.76 (27 Nov 2007 01:31:23 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 27 Nov 2007 01:31:23 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1914 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Xref: g2news1.google.com comp.lang.ada:18641 Date: 2007-11-26T19:34:52-06:00 List-Id: "Lucretia" wrote in message news:bfc38822-0a92-47fd-ad74-853ea6b66013@v4g2000hsf.googlegroups.com... > On Nov 22, 10:13 am, Peter Hermann > wrote: > > > >From: "Randy Brukardt" > > >Newsgroups: comp.lang.ada > > >Subject: Re: ada compiler? > > >Date: Fri, 16 Nov 2007 19:37:27 -0600 > > >able to make an OS mechanism work "right".. (My holy grail would be an > > >all-Ada system, but I realize that is not practical in the real world for > > >the vast majority of applications - including mine.) > > Thought it was this bit. I wonder why he thinks it's not all that > viable. Anon has it right: it is too large of a project to attempt (absent a substantial community willing to work on it, and that would require having real problems that need to be solved). Just running my all-Ada mail and web servers would require a file system, TCP/IP (sockets) implementation, bootstrap loader, keyboard and screen drivers, and task manager. (The latter could be "borrowed" from the Janus/Ada runtime, but the others would need to be built more-or-less from scratch.) I once (when I was still in college, so this was a long time ago) created a mini-OS in Ada (built on top of CP/M device drivers), but I never got much further than the file system. And I probably had a lot more time and energy then than I do now.... Randy.