
"Developers are working to create experimental open-source operating systems with modular microkernels using the C# programming language. The
SharpOS and
Cosmos projects both announced their first major milestone releases last month, demonstrating the technical viability of the concept. Although some previous research has been conducted in the area of VM-based operating systems, the Cosmos and SharpOS projects
break a lot of new ground. One particularly notable prior effort in this field is Microsoft's
Singularity experiment, a research project that that began in 2003 with the intent of creating a managed code operating system that uses the Barktok compiler and leverages static analysis and programmatic verifiability to ensure high dependability."
Member since:
2005-07-06
DG
The JVM equivalent for .Net is called the Common Language Runtime: http://en.wikipedia.org/wiki/Common_Language_Runtime
There are some noticeable differences in architecture between it and the JVM though. Google is your friend.