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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,86e297a92cbbeb2b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-04 15:17:59 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!newsrout1.ntli.net!news.ntli.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: System developing and Ada Date: Mon, 05 Apr 2004 00:18:09 +0100 Message-ID: References: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1081117078 22010 62.49.62.197 (4 Apr 2004 22:17:58 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 4 Apr 2004 22:17:58 +0000 (UTC) User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: archiver1.google.com comp.lang.ada:6745 Date: 2004-04-05T00:18:09+01:00 List-Id: On Sun, 04 Apr 2004 21:41:54 +0000, Bartlomiej S. wrote: > Is it possible to write OS in Ada? I have doubt because I know that Ada Yes, search the archives for my response to this question about 2-3 weeks ago. > require runtime. I asked about it because now I'm writing microkernel Ada doesn't require a runtime if you want to write an OS kernel. You wouldn't be able to use one anyway. > for real time system, and I choose to develop C++ and assembler (only > for low level operation, when I can't use C++). But when I will finish > microkernel I'd like to write a runtime for Ada. How hard is to port Ada Don't know about that one. Luke.