New Operating System. In need of help.

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
rockweiler
Posts: 1
Joined: Wed Feb 01, 2006 12:00 am

New Operating System. In need of help.

Post by rockweiler »

If anyone hasn't heard of Singularity ( http://research.microsoft.com/os/singularity/ ), then check it out. My OS will be almost the same as Singularity, except it will be programmed by us and released as open source.

Much like Singularity, I would like this OS to contain as little Native Code ( c/c++, asm) code as possible. And the rest in C#. For this work, we will have to design our own compiler, linker, and runtime for C# so that it can work in our OS.

Before anyone jumps the gun, know that this project will take many months of research and coding before we get anything that even appears like an OS.

This is obviously a project for the best to even attempt. But since I do not like to be a jerk, ANYBODY that knows C#, C/C++ or Assembly can email me to inquire about this project. This project will require the help of many individuals and a spot will be found for anyone that wants to help.

I don't have a webpage setup yet, but one will be up soon if I can get enough people to work on this project.

Email: [email protected]
Last edited by rockweiler on Fri Feb 03, 2006 12:00 am, edited 1 time in total.
darktemplar
Posts: 17
Joined: Mon Jan 16, 2006 12:00 am
Location: Poland
Contact:

Re: New Operating System. In need of help.

Post by darktemplar »

I can offer my services, but I don't know any C#, and don't know how is it done(No Interest In Microsoft)
Last edited by darktemplar on Sun Mar 19, 2006 12:00 am, edited 1 time in total.
<a href="http://miaexokernel.sourceforge.net">Mia Exokernel</a>
If you want to map 16 EB using 4kb pages in IA-64, these structures will require 33619968 GB 131328 MB.
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: New Operating System. In need of help.

Post by earlz »

why make a compiler and linker
all you need is a runtime for it
User avatar
JAAman
Member
Member
Posts: 879
Joined: Wed Oct 27, 2004 11:00 pm
Location: WA

Re: New Operating System. In need of help.

Post by JAAman »

well i don't know about this project, but afaik, singularity is compiled to native code (rather than executing in a VM) and doesn't use .net garbage collection (though some parts do use there own custom garbage collection) -- both of these requirements require a specialized compiler
Post Reply