Re: C# compiler for Kernel dev?
Posted: Wed Jan 31, 2024 12:15 pm
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
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