Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how would i make an operating system using C#, i wanna make somthing simlar to windows, and has a gui, I would very much like a template, so have have something to start me off. with this template I will edit it as much as i can so there is no copyright and so it looks originial, I want to make somthing so unique, can anyone please help?
Posted

Take a look at cosmos : http://cosmos.codeplex.com/
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 19-Oct-11 2:46am    
Yes, OP needs to look at CosmOS, my 5, but there are more of must-see systems. I mentioned some in my solution; please see -- interesting.
--SA
[no name] 21-Oct-11 1:40am    
these is a problblem, i only have C# and and it ont install with-out VS 2010, and only have C#
Mehdi Gholam 21-Oct-11 2:33am    
You can install Visual C# Express 2010 which is free.
[no name] 21-Oct-11 3:31am    
ive got it already, but when i try to install this cromos, it says i need to install, visual studio 2010
Mehdi Gholam 21-Oct-11 4:15am    
Strange! You can get a trial version of VS2010 which will work for I think 90 days from Microsoft Site.
While it's important to look at CosmOS, as Mehdi pointer out, it's also important to look at Singularity: http://en.wikipedia.org/wiki/Singularity_%28operating_system%29[^], http://research.microsoft.com/en-us/projects/singularity/[^]. This is not exactly C#, but a language derived from C#: Sinc# based on Spec#. See:
http://en.wikipedia.org/wiki/Sing_sharp[^],
http://en.wikipedia.org/wiki/Spec_Sharp[^]. Nevertheless, some lowest level is done in Assembly language and C.

Another thing to look at is SharpOS: http://en.wikipedia.org/wiki/SharpOS_%28operating_system%29[^], http://www.sharpos.org/[^].

So, if you want to create your own system, don't waste time :-). Reportedly, Microsoft is also working at future CLR based systems. I heard about Midori (a candidate for replacement of the Must-die), see http://en.wikipedia.org/wiki/Midori_%28operating_system%29[^], and Barrelfish, see http://en.wikipedia.org/wiki/Barrelfish[^].

—SA
 
Share this answer
 
v3
Comments
Mehdi Gholam 19-Oct-11 2:59am    
My 5! I hadn't look at singularity for a long time.
Sergey Alexandrovich Kryukov 19-Oct-11 3:00am    
Thank you, Mehdi. I did not look at it for a long time, too.
--SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900