The team blog. Find the very latest news here.
Thanks to Joel for this.
Here are a few more Cosmos mentions in news, blogs, and forums.
C# has been a language with a mixed history but precise goals. Although the C# language definition is for some time an ISO standard, only a part of the Base Class Library (BCL), which contains the fundamental functions that are used by all C# programs (IO, User Interface, Web services, etc) is also standardized. Parts of the BCL have been patented by Microsoft, but that has not deterred developers from attempts at implementing the components that are standardized, in various forms (Mono and affiliated projects). What happens when you go beyond that? What happens when outside the language, you start to implement not a mere application platform, but an entire operating system around it? Brace yourselves, because there is not only Microsoft Research who has done this with Singularity, but at least two other projects doing the same; and they are doing this under opensource terms. A system based around a C# Kernel. In this article, we are looking at one of the two, Cosmos by asking Scott Balmos and Chad Hower about the project they are involved in.
A step by step tutorial with pictures by an end user showing how to boot Cosmos in Virtual PC. The ISO can be regenerated using the build wizard (F5 from within Visual Studio)
Cosmos has its very own page on Facebook. Become a fan. [jonathand]
We got some publicity. [jonathand]
GDB opened up to .Net. [jonathand]
Milestone 1 is released. Build your own OS in just a few minutes. Install, New Project, add a few lines of code and press F5!
The guess kernel is complete. [jonathand]
Things should feel a lot better now. [jonathand]
Full exception support is now complete. [mterwood]
We have a real domain name now. [chad]
Today we disposed of grub in favor of Syslinux for a boot loader. [chad]