partially finished part 1

This commit is contained in:
Stephen 2018-07-15 12:14:23 +08:00 committed by GitHub
parent 548b3e61dd
commit e5590b895e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,27 @@
tranWhat is the Difference Between the macOS and Linux Kernels
What is the Difference Between the macOS and Linux Kernels
macOS 和 Linux 内核有什么区别
======
Some people might think that there are similarities between the macOS and the Linux kernel because they can handle similar commands and similar software. Some people even think that Apples macOS is based on Linux. The truth is that both kernels have very different histories and features. Today, we will take a look at the difference between macOS and Linux kernels.
有些人可能会认为 macOS 和 Linux 内核之间存在相似之处,因为它们可以处理类似的命令和类似的软件。有些人甚至认为苹果公司的 macOS 是基于 Linux 的。事实是,两个内核有着截然不同的历史和特征。今天,我们来看看 macOS 和 Linux 内核之间的区别。
![macOS vs Linux][1]
### History of macOS Kernel
### macOS 内核的历史
We will start with the history of the macOS kernel. In 1985, Steve Jobs left Apple due to a falling out with CEO John Sculley and the Apple board of directors. He then founded a new computer company named [NeXT][2]. Jobs wanted to get a new computer (with a new operating system) to market quickly. To save time, the NeXT team used the [Mach kernel][3] from Carnegie Mellon and parts of the BSD code base to created the [NeXTSTEP operating system][4].
我们将从 macOS 内核的历史开始。1985年由于与首席执行官约翰斯卡利和苹果董事会的不合史蒂夫乔布斯离开了苹果公司。然后他成立了一家名为 [NeXT][2] 的新电脑公司。乔布斯希望将一款新计算机同时带有新操作系统快速推向市场。为了节省时间NeXT团队使用了卡耐基梅隆大学的 [Mach 内核][3] 和部分BSD代码库来创建 [NeXTSTEP 操作系统][4]。
NeXT never became a financial success, due in part to Jobs habit of spending money like he was still at Apple. Meanwhile, Apple had tried unsuccessfully on several occasions to update their operating system, even going so far as to partner with IBM. In 1997, Apple purchased NeXT for $429 million. As part of the deal, Steve Jobs returned to Apple and NeXTSTEP became the foundation of macOS and iOS.
NeXT 从来没有取得过财务上的成功部分归因于乔布斯花钱的习惯就像他还在苹果公司一样。与此同时Apple 曾多次试图更新其操作系统,甚至与 IBM 合作。1997年Apple 以4.29亿美元收购了 NeXT。作为交易的一部分史蒂夫乔布斯回到了 AppleNeXTSTEP 成为了 macOS 和 iOS 的基础。
### History of Linux Kernel
Unlike the macOS kernel, Linux was not created as part of a commercial endeavor. Instead, it was [created in 1991 by Finnish computer science student Linus Torvalds][5]. Originally, the kernel was written to the specifications of Linus computer because he wanted to take advantage of its new 80386 processor. Linus posted the code for his new kernel to [the Usenet in August of 1991][6]. Soon, he was receiving code and feature suggestions from all over the world. The following year Orest Zborowski ported the X Window System to Linux, giving it the ability to support a graphical user interface.