Subversion Source Code Repository
The SharpOS source code is stored in a Subversion repository. It’s located at https://sharpos.svn.sourceforge.net/svnroot/sharpos. To check out the entire repository, use the command:
svn co https://sharpos.svn.sourceforge.net/svnroot/sharpos
Repository Layout
Main Trunk
The main trunk, contains the official SharpOS code, including its SharpOS Kernel and AOT Compiler. You can download the SharpOS main trunk by using:
svn co https://sharpos.svn.sourceforge.net/svnroot/sharpos/trunk/
The main trunk contains directories for each separate assembly that gets compiled. For example:
Refer to Access to learn how to gain write access to the main trunk.