blob: 5272ee63ce316107f4d3e069a1518dbbeaa21d8b [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
Rob Landley1979d3c2006-06-27 22:33:22 +000019<p>BusyBox is maintained by <a href="http://www.landley.net/">Rob Landley</a>,
20and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a>
21version 2 or later.</p>
Eric Andersena6beeb62003-12-23 10:00:00 +000022
23<!--#include file="footer.html" -->