+ 1
Which programing language are best for develop OS?
Which programing language are best for develop OS? And how I made my OS easiest? Thank
8 Antworten
+ 3
In order to make an OS, a higher level language will prove to be more difficult to use because an OS needs low-level access to memory and hardware which is generally considered unsafe for application-level programs, so many high-level languages don't allow it.
That's why most of the people prefer to either pick a low level language like assembly or pick a language like C which despite being high level language, gives you low level memory access.
+ 4
95% of Linux kernel is written in C language
+ 4
❤️😍Prerana😍❤️
Who told you that you can use PYTHON for OS development ??
You can just write application softwares with it which are not related to kernel, OS or system programs .
+ 3
Developing an OS is some big gang gang right there. Don't ever think it's easy, you aren't developing a website with basic HTML/CSS in the end of the day. I don't think you will have enough lifetime to do so I guess, let's suppose you don't know assembly/advanced C and don't know anything about "OS" e.g memory management etc(Note that this memory management has nothing to do with C/C++ memory management) you'll need years to be decent with them, and now what about writing 50m LoC by yourself? 🙂
+ 1
🌀 Shail Murtaza شعیل مرتضیٰ
I told what I had read on it.
0
Objective C and C++ and know about machine langs and Assembly