Linked by Thom Holwerda on Wed 17th Jun 2009 15:36 UTC, submitted by somn256
OSNews, Generic OSes Just like last week, we feature another open source microkernel today. Jari OS is an open source microkernel operating system, licensed under the GPL. The actual microkernel is called muString, and packed on top are isolated core and system services as well as device drivers, just like you'd expect from a proper microkernel implementation. Version 0.0.1 alpha was released earlier this month.
Order by: Score:

Nice project.
by Bill Shooter of Bul on Thu 18th Jun 2009 07:20 UTC
Bill Shooter of Bul
Member since:
2006-07-14

OS developers take note. These guys are doing it right.

They:

* have a good deal of code already written
* are focused on a couple small use cases
* are not afraid to borrow snippets of GPL software when needed.

Any contributions to the project will not be wasted time. You might not change the world, but you'll probably learn something cool about OS design. Plus you'll get pretty quick feedback from your labors.