How To Build a Operating System With C#
问题 I was reading about Singularity and it was developed in part with C#, but how can I develop a operatin system in part with C#?(because the boot loader needs to be in Assembly, that I know) the thing that I want to know is where to start(tutorial, library...)? PS: Congratulations to the Singularity developers, very nice job! ;) 回答1: Renraku is an open source project to create an OS using .NET technologies as much as possible. This post has a link to the source on GitHub. 回答2: The major