Cosmos/source2/_folder-structure.html
melikesPCcheese_cp a7811a7622
2013-04-28 09:28:30 +00:00

69 lines
No EOL
2.2 KiB
HTML

<head>
<title>Cosmos Source Structure</title>
</head>
<body>
<h1>Cosmos Source Structure</h1>
<h2>'\source2'</h2>
<p>The second of the two folders holding the Cosmos Source code.</p>
<h3>Build</h3>
<p>Contains the projects for the builder that checks the prerequisites and builds the Cosmos source into the user kit.</p>
<h3>Compiler</h3>
<p>The source for the compiler for XSharp</p>
<h3>Cosmos.Assembler</h3>
<p>The source for the assembler that makes the ASM code for compiling</p>
<h3>Cosmos.Assembler.Nasm</h3>
<p>A seemingly empty project. [TODO: Check if it can be deleted]</p>
<h3>Cosmos.Deploy.Pixie</h3>
<p>The source for the PXE server for deploying a Cosmos OS on the network</p>
<h3>Cosmos.Deploy.USB</h3>
<p>The source for the tool that deploys a Cosmos OS onto a bootable USB Stick</p>
<h3>Cosmos.VS.DummyHost</h3>
<p>A seemingly empty C# console project. [TODO: Check if it can be deleted]</p>
<h3>Debug</h3>
<p>The source for the Cosmos OS debugger</p>
<h3>Demos</h3>
<p>Demos to show how to use Cosmos</p>
<h3>IL2CPU</h3>
<p>The source for the IL2CPU, plug handling and a profiler</p>
<h3>Kernel</h3>
<p>Lots of source for various different core Cosmos binaries, such as Cosmos.System.XXX and Cosmos.Core.XXX and hardware</p>
<h3>MDbg4</h3>
<p>A folder containing the "CLR Managed Debugger (mdbg)" and it's source. From Microsoft (probably)</p>
<h3>Tests</h3>
<p>An empty folder [TODO: Check if it can be deleted]</p>
<h3>Tools</h3>
<p>Tools and convertors that are useful when coding source for Cosmos</p>
<h3>Users</h3>
<p>User spaces for each developer holding their various tests and experiments</p>
<h3>Utils</h3>
<p>An empty folder [TODO: Check if it can be deleted]</p>
<h3>VMWareLib</h3>
<p>The source for a 3rd party C# lib to access the VMWare VIX API. Has been stripped down by Cosmos devs</p>
<h3>VSIP</h3>
<p>The source for the Visual Studio Integration Package (VSIP) holds things like Cosmos Project Type, Debugger, XSharp Syntax Highlighting and other Visual Studio integration stuff. (2010 Only)
<h3>XSharp.Nasm</h3>
<p>Completely empty C# project file (no code at all) [TODO: Check if it can be deleted]</p>
</br></hr>
<i>(C) Cosmos Project 2007-2013</i>
</body>
</html>