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,6df3ec0dff30c185 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news3.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!85.158.31.10.MISMATCH!newsfeed-0.progon.net!progon.net!news-zh.switch.ch!switch.ch!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Dirk Heinrichs Newsgroups: comp.lang.ada Subject: Re: Open source Ada OS? Date: Thu, 27 Jan 2011 18:53:47 +0100 Organization: Privat Message-ID: References: <4d3f3be3$0$22088$742ec2ed@news.sonic.net> NNTP-Posting-Host: p5dc8078e.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: online.de 1296150827 13460 93.200.7.142 (27 Jan 2011 17:53:47 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Thu, 27 Jan 2011 17:53:47 +0000 (UTC) User-Agent: KNode/4.6 beta4 Xref: g2news1.google.com comp.lang.ada:16746 Date: 2011-01-27T18:53:47+01:00 List-Id: anon@att.net wrote: > Most open OS that use CVS/SVN/GIT are based on BSD or LINUX or the AT&T > old OS system. RTEMS, Haiku, Marte, Lovelace, Hurd? Based on Linux? Based on BSD? I guess not. > And before complaining about Ada OSs, remember Linux is a single file > and to obtain its source, one must download a single archived file. Linux > does not use CVS/SVN/GIT. No, of course Linus has created GIT just to proove he can do it. > As for MaTRE/Openravencar/RTERM are OS for Real_Time applications with > usage of Posix design. s/RTERM/RTEMS/, right? > And all three of these OS have some of the build-in > libraries written in C based on the Utah OSKIT. So, these OSs may share > the design concept of openSource but they do not care to spend their time > in maintaining a source tree as other openSource OS do. Because when a > maintainer changes one line in a source file to fix a bug it may cause > changes in 100s of other files. So to maintain the correctness of the OS > it is better bundle the source files into a single archived file and this > process decreases the maintaining and download time as well as traffic > cost. How does downloading a big archive containing everything reduce download times compared to only downloading only the changed files (svn up)? > And not all of the openSource OS are GCC version 2 or 3 some have modified > GCC or modified BSD or even their own license that may require the person > downloading to accept the license before downloading. s/GCC/GPL/g, right? Bye... Dirk