To read all comments associated with this story, please click here.
Java OS: http://jnode.org/
I think the focus of Singularity was to create a more reliable OS by stronger isolation of processes. I'm sure it's much more complicated than that.
Yes, and Singularity is much more advanced and has many different areas of research being made in it.
Writing a Managed Kernel is only the beginning, there is a much greater potential for a rich experience. It's still an area of active research, so it's pretty neat that these guys were able to at the very least boot a kernel written in C#.
Now, according to my reading the kernel isn't managed per-say, it seems like they translate the IL to x86 and execute that. It doesn't bring the benefits of managed code.
For now, yes, managed code is not actually supported, but that is our goal. As you can imagine, doing the project the way we are doing it does not lend to expedient development at least for this early stage. Our next milestone focuses on implementing object support and all the things that that entails.
"It doesn't bring the benefits of managed code."
Did I miss the point of Singularity? i.e. that the IL can be analyzed and given a safety rating. i.e. if the IL never dereferences pointers itself and uses safe API's, then the driver, etc..., can be labeled safe.
there are a lot of other nice things that can happen too....
Thank you for your interest! Yes, Singularity is similar to SharpOS, but unfortunately Singularity is not open source (or shared source for that matter), and it also makes use of a runtime written in a non-CLR language. They also created a special version of C# for the project. We are free software, and we strive to use tools/languages that are already mature and freely available.
Except that Singularity and SharpOS are not that similar. The only thing they have in common are the CLR and C# except Singularity is written in Singh# which is C# with extensions that make writing OS's in C# possible.
The architecture is different. The three things that stand out are:
- Software Isolated Processes (SIP)
- Contract based Channels
- Manifest Based programs







Member since:
2005-07-09
Being a geek this project totally appeals to me. I wonder what happened to the OS that was supposed to be written in Java...I would like to know though isnt this something that Microsoft already attempted through Singularity?