What is a native OS

I searched the Internet, but could not find a detailed idea of ​​developing my own OS. I need to learn in detail about developing a native OS, for example. what is the native OS, what function does it give .. etc. etc.

+3
source share
2 answers

"Own OS" is not a product. This is a phrase describing the operating system to which the device belongs, and applications written specifically for this OS (as opposed to Java applications that are cross-platform).

So, for example, "Native OS" for iPhone - iOS; and the “Native iPhone OS Application” will be recorded in Objective C. On the other hand, for example, the JavaScript application running on the iPhone is not native, because the Javascript application runs through a browser and not directly on the OS.

Another example: on a computer running Windows (obviously) MS Windows. C ++ applications using the Windows API are native; Flash or TCL / TK will not be native.

+8
source

If you prefer a native OS, you should indicate what it is, such as Windows, Linux ... etc. :)

-1
source

All Articles