What does HackerNews think of Cosmos?
Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
Language:
C#
#201
in
Hacktoberfest
Perhaps the closest thing:
https://github.com/CosmosOS/Cosmos
I didn't realise that. Then again, I only experimented with AOT executables quite briefly. Perhaps Cosmos[1] stuck in my head more than what I read about AOT dotnet applications.
There's also MOSA[1] and Cosmos[2]. MOSA is focusing more on the compiler/runtime, while Cosmos is doing just enough to get a working OS. Both are pure C#, it looks like Atom is too.
[1]: https://github.com/mosa/MOSA-Project [2]: https://github.com/CosmosOS/Cosmos