Twelve Years of Service
Posts: 112
Threads: 10
Make an Operating System 06-17-2014, 06:49 AM
#1
I want to make an operating system. I'd be fine with just a text-based one, but I would like to make one. I have been googling it and I haven't been able to find much. I would like to know what programming language(s) I would need to know to do this.
-NinjaKnight-
•
Thirteen Years of Service
Posts: 3,169
Threads: 99
RE: Make an Operating System 06-17-2014, 07:16 AM
#4
You'll probably want to know C (Not C#), Assembly, and a good understanding of binary and how the computer architecture actually works at a very low level, eg how the CPU handles instructions, memory management, etc. not to mention bootstrapping, device drivers and so on. Its not a simple task you can learn in a couple months afaik. even if its just a basic DOS like OS.
•