Home > Article > Operation and Maintenance > 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!