RaphMar2021 / Cosmos-UpdateReadme

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


Cosmos (C# Open Source Managed Operating System) is an operating system development kit which uses dotnet, along with the custom il2cpu compiler to turn any C# code into a working bare-metal OS. Despite C# in the name, any .NET based language can be used including VB.NET, Fortran, Delphi Prism, IronPython, F# and more. Cosmos itself and the 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.


Some of the included features

These are some of the (optinal) features that can be used in cosmos:

Low level assembly access and pointer memory control
A basic (and unstable at the moment) filesystem
Most fretures found in the .NET corlib
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. Alternatavely, 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.6%Language:Inno Setup 10.2%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%