InfoQ

News

Cosmos - An Option To Singularity

Posted by James Vastbinder on Feb 06, 2008 10:12 AM

Community
.NET
Topics
Operating Systems ,
Open Source
Tags
Cosmos ,
Singularity

Cosmos stands for "C# Open Source Managed Operating System" and was released to the public just last week.  While the operating system is implemented primarily in C#, contributing developers may use any .NET language that compiles to pure IL without P/Invokes.  Offered as an alternative to Singularity, it has been released under a BSD license and currently is able to boot on QEMU, VMWare, and VirtualPC.

Cosmos, by design, is .NET based with a microkernel and is configurable using modules to create an operating system image that can be targetted for a specific task such as as a web server or kiosk.  This obviates the need to have process or modules running which will not be used when targetting a scenario for specific usage.

InfoQ was able to speak with Chad Hower, one of the project founders:

InfoQ: What are the primary goals of the Cosmos project?

Chad Hower: Initially to have fun, and show the power and flexibility of .NET. Beyond that to make "Operating system Legos" so that people can easily build their own operating systems on .NET. For fun, education, embedded, and business use.  We also have plans for the iPhone, Wii, etc.

InfoQ: How do you differentiate between yourself and Singularity?

Chad Hower: We're shipping and publicly available.

InfoQ: Since beginning the project, can you provide some lessons learned?

Chad Hower: I dislike x86 assembly even more than I did previously. I miss RISC assembly.

InfoQ: What are the next steps for Cosmos and how can the community best assist the Cosmos Project?

Chad Hower: Now we are on to adding Ethernet, TCP/IP, Indy and so forth. The best way for the community to help out is to join our  mail list. We welcome everyone, from those who want to participate, to those who just want to watch. Users can also download our User Kit, which is a "build your own OS" kit in a few easy steps. Users don't need to mess with building the kernel and can make their own OS by simply selecting "File, New Cosmos Project" in VS, then pressing F5 to build, run (build ISO,  network boot, Virtual PC, QEMU, etc) and debug.

No comments

Watch Thread Reply

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.