Page 2 of 2

Re: C# compiler for Kernel dev?

Posted: Wed Jan 31, 2024 12:15 pm
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