📜  Linux 和 iOS 的区别

📅  最后修改于: 2021-09-14 02:47:09             🧑  作者: Mango

1. Linux:
Linux 是一组开源的类 Unix 操作系统,由 Linus Torvalds 开发。它是一个打包的 Linux 发行版。一些最常用的 Linux 发行版是 Debian、Fedora 和 Ubuntu。它基本上是用C语言和汇编语言编写的。 Linux 中使用的内核是 Monolithic 内核。 Linux 发行版的目标系统是云计算、嵌入式系统、移动设备、个人计算机、服务器、大型计算机和超级计算机。 Linux 的第一个版本于 1991 年推出。

2. iOS :
iOS 是由 Apple Incorporation 提供的移动操作系统。它主要是为 iPhone 和 iPod Touch 等苹果移动设备设计的。它早先被称为 iPhone 操作系统。它是一个基于Darwin(BSD) 操作系统的类Unix 操作系统。它是仅次于 Android 的全球第二大移动操作系统。它主要用 C、C++、Objective-C、汇编语言和 Swift 编写。 iOS 的第一个版本于 2007 年推出。

Linux 和 iOS 的区别:

S.No. LINUX IOS
1. It was developed by Linus Torvalds. It was developed by Apple Incorporation.
2. It was launched in 1991. It was launched in 2007.
3. Its target system types are embedded systems, mobile devices, personal computers, servers, mainframe computers and supercomputers. Its target system types are smartphone, music player and tablet computer.
4. Computer architectures supported by Linux are IA-32, x86-64, ARM, PowerPC and SPARC. Computer architectures supported by iOS are ARMv8-A (iOS 7-present), ARMv7-A (iPhone OS 3-iOS 10) and ARMv6 (iPhone OS 1-iOS 4.2.1).
5. Its kernel type is Monolithic. Its kernel type is Hybrid.
6. Its native APIs are LINUX/POSIX. Its native APIs are Cocoa and BSD-POSIX.
7. It has preferred license of GNU GPLv2 (kernel). It has the preferred license of Proprietary, APSL and GNU GPL.
8. The non-native APIs supported through its subsystems are Mono, Java, Win16 and Win32. The non-native APIs are not supported through its subsystems.
9. Its update management depends on the distribution. Its update management is Software Update.
10. File systems supported by Linux are ext2, ext3, ext4, btrfs, ReiserFS, FAT, ISO 9660, UDF and NFS. File systems supported by iOS are HFS+ and APFS.