What are the languages required for creating the mobile operating system(OS)? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

What are the languages required for creating the mobile operating system(OS)?

creating the new operating system like windows, Android, mac etc

26th May 2017, 3:56 PM
Kalyan Bhagavan Tadaka
Kalyan Bhagavan Tadaka - avatar
1 ответ
+ 11
Generally low-level languages, in some cases could be necessary assembly. C / C++ are basics, but you should learn something about hardware, memory, kernel and so on... Made an OS from scratch is really hard, what do you think about Distro with the Linux kernel? Maybe something like "Debian-Based" distro's. :) [ EDIT ] - Android is partially based on Linux. (Just for completess)
26th May 2017, 4:03 PM
Maz
Maz - avatar