My os written in c#

This page summarizes the projects mentioned and recommended in the original post on /r/osdev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • zerosharp

    Demo of the potential of C# for systems programming with the .NET native ahead-of-time compilation technology.

  • Kind of. There's https://github.com/MichalStrehovsky/zerosharp demonstrating some bare metal capabilities.

  • MOOS

    C# x64 operating system programming with the .NET native ahead-of-time compilation technology.

  • But to write an actual C# kernel, you need a glue layer in another language because there's no way to express certain things, even with NativeAOT. The OP has this glue layer at https://github.com/nifanfa/MOOS/tree/master/NativeLib

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • TomatOS

    An experimental dotnet based kernel

  • I am writing the runtime in C, you can find the project here https://github.com/Itay2805/pentagon, it is is enough to do some of the basics of C#, but more advanced features are still missing, my hope is that in the following month I will actually be able to start writing C# code and not just write the runtime lol

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • New UI for my C# operating system MOOS

    4 projects | /r/osdev | 4 Aug 2022
  • MOOS: C# OS using .NET7 AOT compilation

    1 project | news.ycombinator.com | 27 Sep 2022
  • Welcome to Moos!

    2 projects | /r/MOOS | 3 Aug 2022
  • Running Doom on my C# OS(Doomgeneric)

    2 projects | /r/osdev | 30 Jun 2022
  • Writing windows APIs with C# EFi no runtime?

    1 project | news.ycombinator.com | 29 Feb 2024