Search Wiki:

Cosmos

A complete operating system written in C#. Bootable .NET! Currently targetting the PC, but also investigating the iPhone, OLPC, and Wii.

Resources



Joining the Team


To prevent spambots from spamming our list we ask you introduce yourself to join. Please visit Cosmos Forums for more information about how to contact us as a team.
Last edited Feb 7 at 11:54 PM  by kudzu, version 11
Comments
unruledboy wrote  Feb 26 at 2:55 PM  
comparing to SharpOS(http://sharpos.org/), both pure c# with micro kernel/system, any pro and con?

stimpy77 wrote  Apr 20 at 8:03 AM  
In Cosmos, the IL is precompiled to asm... or at least, that's what I observed of M1. Is this still the case? SharpOS seems to support real IL, which is ideal because in the end it'll be nice to be able to deploy IL assemblies without precompiling them to the OS kernel or at least to asm or binary code (etc).

Updating...