Home  >  Article  >  Operation and Maintenance  >  What is the difference between embedded linux and desktop linux?

What is the difference between embedded linux and desktop linux?

王林
王林Original
2020-05-25 15:39:514876browse

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!

Statement:
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