Difference between revisions of "BusyBox"

From eLinux.org
Jump to: navigation, search
(The busybox project list lists 58 projects, not 57.)
(add more info)
Line 1: Line 1:
Busybox is a program with small memory footprint, designed to replace a suite of otherwise
+
Busybox is a program with small memory footprint, designed to replace a suite of otherwise large Linux utilities.  It is commonly used in embedded Linux systems. Over 58 projects are listed on the [http://www.busybox.net/products.html busybox projects page].
large Linux utilities.  It is commonly used in embedded Linux systems.
 
  
Over 58 projects are listed on the [http://www.busybox.net/products.html busybox projects page].
+
The text segment is only loaded once. Subsequent calls to subprograms use the same text segment, saving memory.
 +
 
 +
Additionally, it is highly configurable. Only the required applets are compiled in reducing storage requirements.
  
 
See http://www.busybox.net/
 
See http://www.busybox.net/

Revision as of 16:11, 12 April 2011

Busybox is a program with small memory footprint, designed to replace a suite of otherwise large Linux utilities. It is commonly used in embedded Linux systems. Over 58 projects are listed on the busybox projects page.

The text segment is only loaded once. Subsequent calls to subprograms use the same text segment, saving memory.

Additionally, it is highly configurable. Only the required applets are compiled in reducing storage requirements.

See http://www.busybox.net/

A good article on busybox is at: http://www-128.ibm.com/developerworks/linux/library/l-busybox/