+ 8
OS Using C#/C++ ?
Most Operating Systems User Interfaces And Apps,Especially Windows,Which Is Built Most Of It Using C++ With Forming Of Assembly Language And The Question Is: Can I Make An Operating System From C++ And Assembly And What Tools Are Needed? And Is VS Community 2017 Is Enough To Make Apps,Operating Systems And Games?
5 Answers
+ 3
The best is C or Rust but the question is about C#/C++ so my answer is: C++ it is faster and closer to hardware so it is better for OS programming.
And about VS community 2017: yes it is. any IDE is enough to program pretty much anything.
+ 6
If I were you, I'd research on UNIX and LINUX. It will also help if you read on how C language.
Just a word of caution. If you're in it for academic reasons, it's good but if you'll use it for anything else, reconsider doing it
+ 5
A lot of info and resources on OS developement can be found here:
https://wiki.osdev.org/Expanded_Main_Page
+ 5
Thanks Everyone For Each Anwser!!!
+ 5
Combining C++ and ASM you can get a basic working kernel or an entire OS