silviodelgado / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!

Home Page:https://www.goCosmos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Cosmos (C# Open Source Managed Operating System) is an operating system development kit which uses .NET, alongside the custom IL2CPU compiler to convert (most) C# code into a working bare-metal OS. Despite C# in the name, any .NET-based language can be used, which includes: VB.NET, IronPython, F# and more. Cosmos itself and its kernel routines are primarily written in C#, and thus the Cosmos name.

In a project, Cosmos can be thought of as a compiler and a sort-of standard library for a project. It gives the user access to often hard to find or otherwise difficult to understand tools.


Features

The following is a non-exhaustive list of features that Cosmos offers:

  • Low level assembly access and pointer memory control
  • A basic (and unstable at the moment) filesystem
  • Most features found in the .NET core library
  • A CPU/FPU accelerated math library
  • A basic graphics interface
  • A basic network interface
  • A basic audio interface

Note

Use embeded resources instead of the FS for now.


Documentation

For instructions on how to install and use Cosmos, please visit the Cosmos website. For documentation and technical information, see the Cosmos Documentation.

If you have questions about how to use Cosmos, want to show off what you have made or have general questions, go check out GitHub Discussions. Alternatively, you can also join our Discord server! If you think you found a bug in Cosmos, please check existing issues first before opening a new one.

About

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!

https://www.goCosmos.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 89.4%Language:Inno Setup 10.3%Language:Makefile 0.1%Language:C++ 0.1%Language:Shell 0.0%Language:Batchfile 0.0%Language:PowerShell 0.0%Language:Visual Basic .NET 0.0%Language:F# 0.0%Language:Assembly 0.0%