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: 103376,6df3ec0dff30c185 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: Open source Ada OS? Date: Wed, 26 Jan 2011 18:09:46 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <4d3f3be3$0$22088$742ec2ed@news.sonic.net> Injection-Date: Wed, 26 Jan 2011 18:09:46 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="19006"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ESPzL0OmDsDXYBB/7O+MESUlOC4nOV3U=" User-Agent: Xnews/5.04.25 X-Face: Q6Y+Q_X]<\8oQ/rp{BzDl'qEDLJ)n8Z/ATHPM2Vp&P]11]2$+c~srYf0>2'Pz0_jP=U6.#I-1I*7|#mcb-@KJYZ=# R. Tyler Croy expounded in news:4d3f3be3$0$22088$742ec2ed@news.sonic.net: > I've seen MaRTE OS which has source available, the > development isn't really conducted in a large open SVN/Git > repo as far as I can tell. > > Are there any projects incorporate Ada with an open source > operating system, the Debian/kFreeBSD project comes to > mind. A number of years ago, I was playing with the following C based microkernel, combined with my own Ada code: http://rtmk.sourceforge.net/ It hasn't been maintained since 2002 but could still form a start. I actually had some Ada code linked into it, and it booted up ok. Today with the availability of Virtual Box, this sort of development should be much more convenient now. My plan was to get something working with added Ada modules and then gradually replace the rtmk C code with Ada modules. But I had to abandon that work because it is a very time consuming pursuit. I have far too many other priority things to do. But it was very fun at the time. I might just have to dig it out again and try it in Virtual Box, for fun. ;-) My suggestion is to open source your effort and work on selling support instead. Or adopt a Trolltech (Qt) approach. Getting anyone to actually buy software today is an extremely tough sell. Warren