Which language is the best to build an Operating System? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which language is the best to build an Operating System?

I want to build my own OS but don't know where to start.

17th Feb 2020, 7:40 AM
Jaquin Moses
Jaquin Moses - avatar
1 Answer
+ 6
First of all, find what is the role of an operating system, and how it works : what are his different parts,... Then, try to implement this different parts, to make sure you'll know hot to do. You will need to learn assembly, C language (or Rust). A very important thing : you'll never build alone a GUI for your OS. If you can handle multiple processes, have a shell and handle file manipulation, it's great.
17th Feb 2020, 7:51 AM
Théophile
Théophile - avatar