about.html 938 B

1234567891011121314151617181920212223242526
  1. <!--#include file="header.html" -->
  2. <!-- Begin Introduction section -->
  3. <h3>buildroot: making Embedded Linux easy</h3>
  4. Buildroot is a set of Makefiles and patches that makes it easy generate a
  5. cross-compilation toolchain and root filesystem for your target Linux
  6. system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
  7. Buildroot is useful mainly for people working with small or embedded
  8. systems. Embedded systems often use processors that are not the regular
  9. x86 processors everyone is used to using on their PC. It can be PowerPC
  10. processors, MIPS processors, ARM processors, etc. And to be extra safe,
  11. you do not need to be root to build or run buildroot.
  12. <p>
  13. buildroot is maintained by <a href=
  14. "http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>, and
  15. licensed under the
  16. <a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>.
  17. <!--#include file="footer.html" -->