C# compiler for Kernel dev?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
FrankRay78
Posts: 22
Joined: Fri Jan 05, 2024 10:10 am

Re: C# compiler for Kernel dev?

Post by FrankRay78 »

I know this is a super old post...

But I've managed to reliably build and boot a C# kernel using a combination of Microsoft's C# IL and native AOT compilers and the GNU toolchain.

You can find it here: https://github.com/FrankRay78/PatienceOS, A baremetal C# kernel

I'm actively developing it and writing documentation.

Frank
Better software requirements can change the world. Better Software UK.
Post Reply