📜  Linux和Chrome操作系统之间的区别

📅  最后修改于: 2021-08-27 18:34:25             🧑  作者: Mango

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

2. Chrome操作系统:
Chrome操作系统是Google提供的基于Linux内核的操作系统。它使用Google Chrome浏览器作为主要用户界面。它是使用C,C++,Javascript,HTML5, Python和Rust开发的。它用于称为Chromebook的个人计算机中。谷歌于2009年发布了第一版Chrome OS。谷歌宣布将其作为一种操作系统,其中用户数据和应用程序都驻留在云中。 Chrome操作系统的最新稳定版本是75.0.3770.102。

Linux和Chrome操作系统之间的区别:

LINUX CHROME OS
It was developed by Linus Torvalds. It was developed by Google LLC.
It was launched in 1991. It was launched in 2009.
It is designed for PC of all companies. It is specifically designed for Chromebook.
Its target system types are embedded systems, mobile devices, personal computers, servers, mainframe computers and supercomputers. Its target system types are Chromebook, Chromebox, Chromebase and tablets.
Computer architectures supported by Linux are IA-32, x86-64, ARM, PowerPC and SPARC. Computer architectures supported by Chrome OS are ARM, IA-32 and x86-64.
Kernel used in Linux is Monolithic. Its kernel type is Monolithic with modules.
Its package management depends on the distribution. Its package management is Portage.
It has the preferred license of GNU GPLv2 (kernel). It has the preferred license Proprietary.
File systems supported by Linux are ext2, ext3, ext4, btrfs, ReiserFS, FAT, ISO 9660, UDF and NFS. File systems supported by Chrome OS are eCryptfs, NTFS, FAT, FAT16, FAT32, exFAT, ext2, ext3, ext4, HFS+, MTP, ISO 9660 and UDF.
The non-native APIs supported by its subsystems are Mono, Java, Win16 and Win32. The non-native APIs are not supported by its subsystems.