Register
Home Projects Help

Projects

SharpOS

SharpOS is an effort to write a secure, extendable, operating system in 100% C#.

SharpOS.AOT

SharpOS’s AOT Compiler, which is used to compile IL assemblies into a native kernel image.

SharpOS.Kernel

The kernel core is the first module of SharpOS which is loaded. It provides basic OS services as well as runtime support.

SharpOS.Tools

Encompasses SharpOS’s various tools used for compilation and development support.

Subprojects: DiagnosticTool, DiskImageUpdater, KernelTestsWrapperGen, KeyCompiler, RuntimeCop

SharpOS.Unix

(This project has not yet been adopted by SharpOS, but is available from the sandbox.) A UNIX-like subsystem for SharpOS, containing the Nash command shell, the SharpOS.Unix.* libraries, and the NUnix command set.

Subprojects: Nash, NUnix Core Utilities, SharpOS.Unix Libraries

SharpWS

A managed window system for SharpOS