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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,52df33ed7828ab9a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-12 00:47:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!opentransit.net!wanadoo.fr!not-for-mail From: antoine terrienne Newsgroups: comp.lang.ada Subject: Re: Ada OS Date: Mon, 12 Aug 2002 09:47:03 +0200 Organization: Wanadoo, l'internet avec France Telecom Message-ID: <3D5767F7.9080500@openwide.fr> References: <6dfa3582.0208100016.7a066555@posting.google.com> NNTP-Posting-Host: atuileries-102-2-1-226.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: wanadoo.fr 1029138459 18765 193.251.178.226 (12 Aug 2002 07:47:39 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 12 Aug 2002 07:47:39 GMT User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3 Xref: archiver1.google.com comp.lang.ada:27941 Date: 2002-08-12T07:47:39+00:00 List-Id: Christopher Browne wrote: > In the last exciting episode, marc@oscar.eng.cv.net (Marc Spitzer) wrote:: > >>In article , Caffeine Junky wrote: >> >>>On Sat, 10 Aug 2002 04:16:48 -0400, AFS97209 wrote: >>> >>> >>>>What about using the current versions of L4 laying around as a starting >>>>point? >>> >>> >>>I was thinking the same thing. >> >>What is L4? > > > A small microkernel. > http://os.inf.tu-dresden.de/L4/ > > See also FIASCO, a portable version written in C++. > http://os.inf.tu-dresden.de/fiasco/ I think using Hazelnut would be a better choice. the L4 is still under development and FIASCO is an implementation of an old version with few drawbacks (limited low number of process, etc..) Hazlenut is the implementation of a newer version X.2. But the newest version (version 4) named Pistachio is still under development. See the hurd on L4 documents. The work they do is interesting as they explain the choices they do : http://www.freesoftware.fsf.org/l4hurd/ L4 project : http://www.l4ka.org/