Table of Contents
1. The time when several systems appeared" >1. The time when several systems appeared
2. The birth of UNIX system" >2. The birth of UNIX system
3. The birth of Linux system" >3. The birth of Linux system
4. Based on unix system, Apple iOS was born" >4. Based on unix system, Apple iOS was born
5. Based on Linux system, Android was born" >5. Based on Linux system, Android was born
6. The relationship between them" >6. The relationship between them
Home System Tutorial LINUX The development of UNIX, Linux, iOS, Android and the relationship between them

The development of UNIX, Linux, iOS, Android and the relationship between them

Feb 05, 2024 pm 12:45 PM
linux iphone linux tutorial linux system linux command shell script embeddedlinux good promise Getting started with linux linux learning

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

UNIX、Linux、iOS、Android 的发展及它们之间的关系

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.

UNIX、Linux、iOS、Android 的发展及它们之间的关系

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.

UNIX、Linux、iOS、Android 的发展及它们之间的关系

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.

UNIX、Linux、iOS、Android 的发展及它们之间的关系

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.

UNIX、Linux、iOS、Android 的发展及它们之间的关系

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.

UNIX、Linux、iOS、Android 的发展及它们之间的关系

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!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1670
14
PHP Tutorial
1274
29
C# Tutorial
1256
24
Linux Architecture: Unveiling the 5 Basic Components Linux Architecture: Unveiling the 5 Basic Components Apr 20, 2025 am 12:04 AM

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.

How to check the warehouse address of git How to check the warehouse address of git Apr 17, 2025 pm 01:54 PM

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.

How to run java code in notepad How to run java code in notepad Apr 16, 2025 pm 07:39 PM

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.

How to run sublime after writing the code How to run sublime after writing the code Apr 16, 2025 am 08:51 AM

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.

What is the main purpose of Linux? What is the main purpose of Linux? Apr 16, 2025 am 12:19 AM

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.

laravel installation code laravel installation code Apr 18, 2025 pm 12:30 PM

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)

git software installation git software installation Apr 17, 2025 am 11:57 AM

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)

How to use sublime shortcut keys How to use sublime shortcut keys Apr 16, 2025 am 08:57 AM

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.

See all articles