What programming languages and tools should I focus on to create an operating system?

0
8
Asked By TechVoyager42 On

I'm really interested in developing my own operating system and I'm looking for guidance on which programming languages and technical tools I should focus on learning. Any recommendations or resources would be appreciated!

1 Answer

Answered By ClearSky99 On

You might want to steer away from using Node.js for this! To build an OS, the most common choices are C, sometimes with a sprinkle of assembly language. It’s worth checking out how other projects are structured. A helpful resource is the Operating Systems wiki on RISC-V, which has some great insights.

CuriousCoder74 -

Aren't parts of Windows 11 built using React, though?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.