+ 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.
6 Respuestas
+ 5
c , assembly is used to build os.
+ 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.
+ 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 .
+ 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.
+ 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:)
+ 2
You must know assembler. And you can!