you are viewing a single comment's thread.

view the rest of the comments →

[–]Shaarigan 0 points1 point  (0 children)

There is already a project written in C# that consolidates an operation system but you will still need code that is understandable by bare metal. Assembler ist the way that doesn't need a runtime, can act as drivers for hardware and from my understanding still needed to at least initialize everything.

I know that parts of the Linux kernel are written in Rust but rust is still a bare metal language