How do C# operating systems work if C# needs Dotnet to run

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

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.

  • While I don't know those OS-es, you can actually build C# without dotnet: https://github.com/MichalStrehovsky/zerosharp

  • IL2CPU

    IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.

  • with Cosmos we have a compiler il2cpu https://github.com/CosmosOS/IL2CPU that will compile the il code in the nasm compatible assembly then compiler that and for things that use native code that we can replace with pure C# and/or with X# https://github.com/CosmosOS/XSharp

  • 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
  • XSharp

    X# is a HLA (High Level Assembler) for X86/X64 (ARM coming) assembly language

  • with Cosmos we have a compiler il2cpu https://github.com/CosmosOS/IL2CPU that will compile the il code in the nasm compatible assembly then compiler that and for things that use native code that we can replace with pure C# and/or with X# https://github.com/CosmosOS/XSharp

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

  • Making an OS with C#?

    5 projects | /r/csharp | 12 Sep 2022
  • Do you think C# will be decentralized in the future?

    4 projects | /r/dotnet | 24 Jun 2023
  • Espressif Acquires Majority Stake in M5Stack

    3 projects | news.ycombinator.com | 22 Apr 2024
  • Writing windows APIs with C# EFi no runtime?

    1 project | news.ycombinator.com | 29 Feb 2024
  • Building a bare-metal bootable game for Raspberry Pi in C#

    4 projects | news.ycombinator.com | 11 Dec 2023