about.html 1.2 KB

123456789101112131415161718192021222324
  1. <!--#include file="header.html" -->
  2. <h3>BusyBox: The Swiss Army Knife of Embedded Linux</h3>
  3. <p>BusyBox combines tiny versions of many common UNIX utilities into a single
  4. small executable. It provides replacements for most of the utilities you
  5. usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox
  6. generally have fewer options than their full-featured GNU cousins; however,
  7. the options that are included provide the expected functionality and behave
  8. very much like their GNU counterparts. BusyBox provides a fairly complete
  9. environment for any small or embedded system.</p>
  10. <p>BusyBox has been written with size-optimization and limited resources in
  11. mind. It is also extremely modular so you can easily include or exclude
  12. commands (or features) at compile time. This makes it easy to customize
  13. your embedded systems. To create a working system, just add some device
  14. nodes in /dev, a few configuration files in /etc, and a Linux kernel.</p>
  15. <p>BusyBox is maintained by
  16. <a href="mailto:vda.linux@googlemail.com">Denis Vlasenko</a>,
  17. and licensed under the <a href="/license.html">GNU GENERAL PUBLIC LICENSE</a>
  18. version 2.</p>
  19. <!--#include file="footer.html" -->