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
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.

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