<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/15176/A_Developer_s_Insight_Into_DROPS</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 10 Nov 2009 11:16:10 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Best of Alternative OS Contest entries so far</title>
			<link>http://osnews.com/thread?142705</link>
			<guid isPermaLink="true">http://osnews.com/thread?142705</guid>
			<description>Author nicely presents different fetures of DROPS without going too much into internals/code. He also doesn't repeat &quot;we're the best&quot; all the time, and is honest about  some problems awaiting for people who will want to hack/code for this system. Article has links to more informations, and even nice screenshots (though i think most of those different GUIs there are far from &quot;good looking&quot; they still show quite a lot <img src="/images/emo/smile.gif" alt=";)" /> .<br />
All written clearly and understandable - made me want to try demo cd (i'm downloading it while typing this comment).<br />
<br />
IMHO best entry in contest so far.<br />
<br />
Thanks<br />
<br />
-- edit --<br />
fixed spelling mistake and some words layout (thanks to OSNews authors for edit option <img src="/images/emo/smile.gif" alt=";)" /> . hopefully comment is understandable.Edited 2006-07-13 19:07</description>
			<pubDate>Thu, 13 Jul 2006 19:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (ahwayakchih)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Minix</title>
			<link>http://osnews.com/thread?142735</link>
			<guid isPermaLink="true">http://osnews.com/thread?142735</guid>
			<description>Security and reliability have similar goals.<br />
<br />
<a href="http://www.minix3.org/" rel="nofollow">http://www.minix3.org/</a><br />
<br />
Less code in the kernel = better reliability and security.</description>
			<pubDate>Thu, 13 Jul 2006 20:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Eric Martin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Article</title>
			<link>http://osnews.com/thread?142783</link>
			<guid isPermaLink="true">http://osnews.com/thread?142783</guid>
			<description>This article was very well written. The author provided enough details about the operating system environment without being excessively technical. I enjoyed reading about the author's involvement in the project. Most importantly, the author uses proficient English, making the reading not arduous at all. Each thought was succinct but still descriptive.</description>
			<pubDate>Thu, 13 Jul 2006 23:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (samad)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Great story!</title>
			<link>http://osnews.com/thread?142826</link>
			<guid isPermaLink="true">http://osnews.com/thread?142826</guid>
			<description>But I am a bit confused about one thing.  When the author talks about running Linux OVER L4, does he mean the Linux kernel has been adapted to run modules against the L4 microkernel?  Or does the author mean linux in the generic overlying tools sense?<br />
<br />
Linux itself IS a kernel (not a micro-kernel).  I guess I am just wondering if they adapted linux by layering it on top of a microkernel (and why?).<br />
<br />
Sorry for being a dolt here.<br />
<br />
[edit]<br />
<br />
Just went to the L4Linux site...  I think I get it now.Edited 2006-07-14 02:56</description>
			<pubDate>Fri, 14 Jul 2006 02:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Tuishimi)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>This is interesting...</title>
			<link>http://osnews.com/thread?142827</link>
			<guid isPermaLink="true">http://osnews.com/thread?142827</guid>
			<description>...So, are the goals mostly security-related?  Is the performance really any better than the standard Linux kernel?<br />
<br />
Would this be useful in virtualization?</description>
			<pubDate>Fri, 14 Jul 2006 03:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Tuishimi)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>L4 rocks!</title>
			<link>http://osnews.com/thread?142847</link>
			<guid isPermaLink="true">http://osnews.com/thread?142847</guid>
			<description>Hi:<br />
<br />
This is a very well written article: It describes the functionality of DROPS, gives a short but clear idea of the microkernels and L4, shows the integration to Linux and mentions the problems that they are still having.<br />
<br />
I like a lot the L4 family (Fiasco, Pistachio, etc.) and I think it will be very important in the next years when the monolithic kernels will become harder and harder to maintain.<br />
<br />
Excellent article, congratulations Steffen.<br />
<br />
<br />
Ernesto</description>
			<pubDate>Fri, 14 Jul 2006 05:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (ebasconp)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: This is interesting...</title>
			<link>http://osnews.com/thread?142896</link>
			<guid isPermaLink="true">http://osnews.com/thread?142896</guid>
			<description>The performance is slightly worse than plain Linux because of the overhead of more context switches.<br />
<br />
In fact, we published a paper about the performance of microkernels, by comparing L4linux on Fiasco, plain Linux and Linux on Mach. The conclusion is that the overhead &quot;can be kept somewhere between 5% and 10% for applications&quot;. You may read the paper here:<br />
<a href="http://os.inf.tu-dresden.de/pubs/sosp97/" rel="nofollow">http://os.inf.tu-dresden.de/pubs/sosp97/</a><br />
&quot;Performance of µ-Kernel-based Systems&quot;<br />
<br />
Virtualization is possible in the sense that you may run more than one L4Linux instance on top of the L4 microkernel. You should make sure that those instances use distinct drivers for hardware, to avoid collisions;-).</description>
			<pubDate>Fri, 14 Jul 2006 10:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (steffen)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Top notch article</title>
			<link>http://osnews.com/thread?142923</link>
			<guid isPermaLink="true">http://osnews.com/thread?142923</guid>
			<description>I'll repeat it because it is necessary to repeat:  This has been by far the best entry.  I remember hearing about DROPS once before but I don't recall obtaining this much information about it from the article I read.  I beleive this article was very well written and very informative without being overly technical and detailed.  It was just the right amount of information for a news site like OSNews.  Can we get steffen as an editor?</description>
			<pubDate>Fri, 14 Jul 2006 12:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (abraxas)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: This is interesting...</title>
			<link>http://osnews.com/thread?142998</link>
			<guid isPermaLink="true">http://osnews.com/thread?142998</guid>
			<description>Cool!  Thanks!</description>
			<pubDate>Fri, 14 Jul 2006 16:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Tuishimi)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE</title>
			<link>http://osnews.com/thread?143046</link>
			<guid isPermaLink="true">http://osnews.com/thread?143046</guid>
			<description>Very educational, a good read (Y)</description>
			<pubDate>Fri, 14 Jul 2006 21:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Kroc)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
