Can C# Create An OS
Can C# Create an OS
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jan 31, 2010, 9:29 AM
paul danielPosted Feb 2, 2010, 12:23 AM
Jacob RPosted Jan 31, 2010, 9:22 PM
You should look into getting as close to binary as possible... Is assembly a dead language?
You would start out writing basic hardware drivers; keyboard, mouse, display, harddrive, ram. Then you would move onto making a file system ie; fat, fat32, ntfs ect... Or would you start with the file system and then do drivers... Yeah, probably a way to read/create files and then go to drivers and then maybe make a few qui applications or even a programming language.