What is the difference between embedded linux and desktop linux?

王林
Release: 2020-05-25 15:39:51
Original
4877 people have browsed it

What is the difference between embedded linux and desktop linux?

The main differences are:

1. Hardware platform

Embedded Linux is generally Mips, ARM platform;

Desktop Linux Usually the x86 platform.

2. Root file system

Embedded Linux generally uses UBIFS, yaffs2, jffs2; desktop Linux generally uses ext3.

3. Different shells

Embedded Linux generally uses busybox, and desktop Linux generally uses bash.

Recommended tutorial: linux tutorial

The above is the detailed content of What is the difference between embedded linux and desktop linux?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template