blob: 305dabf9d0e6f9da1709e46cb9eeb209854cdee7 [file] [log] [blame]
Eric Andersena6beeb62003-12-23 10:00:00 +00001<!--#include file="header.html" -->
2
3
4<!-- Begin Introduction section -->
5
6<h3>BusyBox: The Swiss Army Knife of Embedded Linux</h3>
7
8
9BusyBox combines tiny versions of many common UNIX utilities into a single
10small executable. It provides replacements for most of the utilities you
11usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox
12generally have fewer options than their full-featured GNU cousins; however,
13the options that are included provide the expected functionality and behave
14very much like their GNU counterparts. BusyBox provides a fairly complete
15environment for any small or embedded system.
16
17<p>
18
19BusyBox has been written with size-optimization and limited resources in
20mind. It is also extremely modular so you can easily include or exclude
21commands (or features) at compile time. This makes it easy to customize
22your embedded systems. To create a working system, just add some device
23nodes in /dev, a few configuration files in /etc, and a Linux kernel.
24
25<p>
26
Rob Landleya253e732006-02-14 08:29:48 +000027BusyBox is maintained by <a href=http://www.landley.net>Rob Landley</a>, and
Eric Andersenc7bda1c2004-03-15 08:29:22 +000028licensed under the
Eric Andersena6beeb62003-12-23 10:00:00 +000029<a href= "http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>
30
31<p>
32<p>
33
34<h3>Sponsors</h3>
35
36Please visit our sponsors and thank them for their
37support! They have provided money for equipment and
38bandwidth. Next time you need help with a project,
Eric Andersenc7bda1c2004-03-15 08:29:22 +000039consider these fine companies!
Eric Andersena6beeb62003-12-23 10:00:00 +000040
41
42<ul>
43 <li><a href="http://www.penguru.net">Penguru Consulting</a><br>
44 Custom development for embedded Linux systems and multimedia platforms
45 </li>
46
47 <li><a href="http://opensource.se/">opensource.se</a><br>
48 Embedded open source consulting in Europe.
49 </li>
50
51 <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>
52 Custom Linux, embedded Linux, BusyBox, and uClibc
53 development.
54 </li>
55
56</ul>
57
58If you wish to be a sponsor, or if you have already contributed and would like
Eric Andersenc7bda1c2004-03-15 08:29:22 +000059your name added here, email <a href= "mailto:andersen@codepoet.org">Erik</a>.
Eric Andersena6beeb62003-12-23 10:00:00 +000060
61
62<!--#include file="footer.html" -->