


The development of UNIX, Linux, iOS, Android and the relationship between them
Unix, simplified to form Linux, Linux is the kernel of Android, while Apple uses the Unix system as the kernel of iOS and MacOS.
1. The time when several systems appeared

2. The birth of UNIX system
In 1969, Ken Thompson, a researcher at Bell Labs, wrote a computer game called Space Travel, which was run on multiple systems. However, the effect was not satisfactory, so he decided to develop his own operating system, and thus UNIX was born.

Bell Labs was an eternal god when it existed, but in the end it was broken up due to antitrust, which also heralded the end of an era for Bell Labs. It is really disappointing.
3. The birth of Linux system
In 1991, when Linus Torvalds was studying at university, he wrote Linux for his personal hobby, which is equivalent to a mini version of UNIX. Later, Linus Torvalds disclosed the Linux source code and invited others to improve Linux.

It is said that the code written by Linus Torvalds only accounted for 2% of the Linux source code, but his name will remain in the history of Internet development forever.
4. Based on unix system, Apple iOS was born
iOS is the system first announced by Apple at the Macworld conference on January 9, 2007. It was originally designed for use with the iPhone, and was later applied to the iPod touch and iPad.

iOS, like Apple's MacOS operating system, is a Unix-like commercial operating system.
5. Based on Linux system, Android was born
In November 2007, Google formed the Open Handset Alliance with 84 hardware manufacturers, software developers and telecom operators to jointly develop and improve the Android system.

Subsequently, Google authorized it with the Apache open source license. Android is a free and open source operating system based on the Linux kernel (excluding GNU components).
6. The relationship between them
So we have clearly figured out a line, which is Unix, which is simplified to form Linux. Linux is the kernel of Android, while Apple uses the Unix system as the kernel of iOS and MacOS.
So their relationship can be understood through the picture below.

The above is the detailed content of The development of UNIX, Linux, iOS, Android and the relationship between them. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











The five basic components of the Linux system are: 1. Kernel, 2. System library, 3. System utilities, 4. Graphical user interface, 5. Applications. The kernel manages hardware resources, the system library provides precompiled functions, system utilities are used for system management, the GUI provides visual interaction, and applications use these components to implement functions.

To view the Git repository address, perform the following steps: 1. Open the command line and navigate to the repository directory; 2. Run the "git remote -v" command; 3. View the repository name in the output and its corresponding address.

Although Notepad cannot run Java code directly, it can be achieved by using other tools: using the command line compiler (javac) to generate a bytecode file (filename.class). Use the Java interpreter (java) to interpret bytecode, execute the code, and output the result.

There are six ways to run code in Sublime: through hotkeys, menus, build systems, command lines, set default build systems, and custom build commands, and run individual files/projects by right-clicking on projects/files. The build system availability depends on the installation of Sublime Text.

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

To install Laravel, follow these steps in sequence: Install Composer (for macOS/Linux and Windows) Install Laravel Installer Create a new project Start Service Access Application (URL: http://127.0.0.1:8000) Set up the database connection (if required)

Installing Git software includes the following steps: Download the installation package and run the installation package to verify the installation configuration Git installation Git Bash (Windows only)

Sublime Text provides shortcuts to improve development efficiency, including commonly used (save, copy, cut, etc.), editing (indentation, formatting, etc.), navigation (project panel, file browsing, etc.), and finding and replacing shortcuts. Proficiency in using these shortcut keys can significantly improve Sublime's efficiency.
