Can we create an operating system like android(OS) with the basic programming languages like html, css, php , jquery, JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Can we create an operating system like android(OS) with the basic programming languages like html, css, php , jquery, JavaScript

I want to know that is it possible to create an operating system like android(OS) or apple(IOS) with the basic programming languages like html, css , php , jquery, java , JavaScript , c , c# ,c++ , sql python , ruby , swift , vb , etc... I just want to have an experts advice that is it possible to do so and if I learned these then can I make my own Operating system. Thanks for your help and advice. Please leave a like if you liked the question.

29th May 2017, 2:37 PM
Palash Chatterjee
Palash Chatterjee - avatar
6 Answers
+ 5
c , assembly is used to build os.
29th May 2017, 2:48 PM
MR Programmer
MR Programmer - avatar
+ 5
Depending on the system and use, Mr Programmer is correct where C and assembly is mostly used. You can however, if you are using a microproccesing unit, use programs that you just create a block diagram for simple firmwares and then they 'write' the code for you. Assembly is very well documented and using it will open your world of electronics and programming drastically and decrease the limitations placed on your imagination when it comes to designing what you want.
1st Jun 2017, 1:52 PM
Matt Chris
Matt Chris - avatar
+ 3
no matter which language u learn, u can't create an operating system unless have a thorough knowledge of data structures and standard algorithms .
29th May 2017, 3:01 PM
Mohammad Fahad Sayed
Mohammad Fahad Sayed - avatar
+ 2
To create an OS you need a language that is able to be low level. From the languages taught in sololearn C++ is the one more indicated for the task.
29th May 2017, 2:52 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 2
you need to have a mashine code which can run on the particular mashine(processor). You need to have a direct compilator from some higher lvl language into mashine code.Using by this lang you can make a code loaded first after the pc si swiched on.Your code can run alone on the mashine or it can make an environment which can host another code defined by you i.e.:)If I overdo it you can do its own operating system you can run python code on it as a native code:)
29th May 2017, 3:20 PM
Highman
Highman - avatar
+ 2
You must know assembler. And you can!
30th May 2017, 10:57 AM
Gopnik
Gopnik - avatar