Operation system | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Operation system

I want to write operation system. Which language must I learn.

24th May 2018, 7:42 PM
Dilshodjon Olimov
Dilshodjon Olimov - avatar
4 Answers
+ 6
If you're asking, you're a long way off ready. If you just want to do a hobby or a school project, cool, learn more computer theory, learn some assembly for your target system, learn C, and have fun hacking for the sake of it. Just had an interesting thread of a similar nature where (I hope) the guy was learning or working on a college project. It was interesting trying to figure out a possible solution because it was way outta my area. But it isn't something I'd commit to. Neither will most sane people. And you can't go it alone. If you actually are serious, rather learn C properly (not a few online courses), continue computer science class, and find an existing OS like (eg Debian, FreeBSD) and see what you can contribute. Also read read read. Then either fork it one day to make your OS, or realise you're already working on a great project and keep contributing.
24th May 2018, 10:31 PM
non
+ 6
Please keep in mind that a great undertaking must begin with a series of small steps. You won't be able to jump without learning to walk first. C++ is a good place to start since well-known OSes like Windows use C++ as their basic structure. But real OS is a very complex thing which requires good deal of knowledge on assembly language and computer architecture in general. So like what Ace has said, focus yourself on building DOS-like command line interpreter as the first stage on your journey to be OS designer. That is, if you're really serious and not only asking this question out of curiosity.
25th May 2018, 1:02 AM
Emil Lee
Emil Lee - avatar
+ 3
C/C++ and Assembly.
24th May 2018, 7:57 PM
Fata1 Err0r
Fata1 Err0r - avatar
- 1
definitely not c# nor python, as Andrew suggested. unless you want a terribly inefficient os... but c++ could work (and does work, for some os's)
24th May 2018, 10:06 PM
Aethenosity