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

Reply

Exclusive Content

Ruby.rewrite(Ruby)

In this RubyFringe talk, Reginald Braithwaite writes Ruby code to read, write, and rewrite Ruby. Demos include extending Ruby with conditional expressions, call-by-name and more.

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.