This commit is contained in:
kudzu_cp 2010-08-07 03:18:40 +00:00
parent f12e5b1dad
commit 04fd5644d2

View file

@ -18,7 +18,7 @@
Open Source Managed Operating System) sounds stupid.</p> Open Source Managed Operating System) sounds stupid.</p>
<p> <p>
Cosmos is not an operating system in the traditional sense, but instead it is Cosmos is not an operating system in the traditional sense, but instead it is
&quot;Operating System Kit&quot;, or as I like to say &quot;Operating System Legos&quot;. an &quot;Operating System Kit&quot;, or as I like to say &quot;Operating System Legos&quot;.
Cosmos lets you create operating systems just as Visual Studio and C# normally Cosmos lets you create operating systems just as Visual Studio and C# normally
let you create applications. Most users can write and let you create applications. Most users can write and
boot their own operating system in just a few minutes, all using Visual Studio. boot their own operating system in just a few minutes, all using Visual Studio.
@ -35,7 +35,7 @@
<h3> <h3>
Writing your first Operating System</h3> Writing your first Operating System</h3>
<p> <p>
Create a new project as you would any C# project. Select Cosmos as the project Create a new project as you would any C# project, but select Cosmos as the project
type.</p> type.</p>
<p> <p>
<img alt="" src="CosmosMS5/SNAG-0000.png" style="width: 630px; height: 516px" /></p> <img alt="" src="CosmosMS5/SNAG-0000.png" style="width: 630px; height: 516px" /></p>