blob: 7b79afce9ff448d62c170cc538c8fd43647c76ed [file] [log] [blame]
Eric Andersena6beeb62003-12-23 10:00:00 +00001<!--#include file="header.html" -->
2
Eric Andersena6beeb62003-12-23 10:00:00 +00003<h3>BusyBox: The Swiss Army Knife of Embedded Linux</h3>
4
Rob Landley1979d3c2006-06-27 22:33:22 +00005<p>BusyBox combines tiny versions of many common UNIX utilities into a single
Eric Andersena6beeb62003-12-23 10:00:00 +00006small executable. It provides replacements for most of the utilities you
7usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox
8generally have fewer options than their full-featured GNU cousins; however,
9the options that are included provide the expected functionality and behave
10very much like their GNU counterparts. BusyBox provides a fairly complete
Rob Landley1979d3c2006-06-27 22:33:22 +000011environment for any small or embedded system.</p>
Eric Andersena6beeb62003-12-23 10:00:00 +000012
Rob Landley1979d3c2006-06-27 22:33:22 +000013<p>BusyBox has been written with size-optimization and limited resources in
Eric Andersena6beeb62003-12-23 10:00:00 +000014mind. It is also extremely modular so you can easily include or exclude
15commands (or features) at compile time. This makes it easy to customize
16your embedded systems. To create a working system, just add some device
Rob Landley1979d3c2006-06-27 22:33:22 +000017nodes in /dev, a few configuration files in /etc, and a Linux kernel.</p>
Eric Andersena6beeb62003-12-23 10:00:00 +000018
Denis Vlasenko4a64c332006-12-30 22:03:02 +000019<p>BusyBox is maintained by
Denis Vlasenko37bb6ad2008-04-11 00:28:19 +000020<a href="mailto:vda.linux@googlemail.com">Denys Vlasenko</a>,
Rob Landley1979d3c2006-06-27 22:33:22 +000021and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a>
Denis Vlasenkoc5f24262007-07-16 22:21:15 +000022version 2.</p>
Eric Andersena6beeb62003-12-23 10:00:00 +000023
24<!--#include file="footer.html" -->