summaryrefslogtreecommitdiffstats
path: root/docs/about.html
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-02-21 21:16:29 +0000
committerEric Andersen <andersen@codepoet.org>2005-02-21 21:16:29 +0000
commita9d6aed9333b8df02649a40d2240fa2aca269f90 (patch)
tree819976ecd346f6ebaf7e52bc256f8af0ce33b8c4 /docs/about.html
parentf5bafe8162ed1c2696969aa3586aadf8a8b32fad (diff)
downloadbuildroot-novena-a9d6aed9333b8df02649a40d2240fa2aca269f90.tar.gz
buildroot-novena-a9d6aed9333b8df02649a40d2240fa2aca269f90.zip
Add a website
Diffstat (limited to 'docs/about.html')
-rw-r--r--docs/about.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/about.html b/docs/about.html
new file mode 100644
index 000000000..583d97ff4
--- /dev/null
+++ b/docs/about.html
@@ -0,0 +1,26 @@
+<!--#include file="header.html" -->
+
+
+<!-- Begin Introduction section -->
+
+<h3>buildroot: making Embedded Linux easy</h3>
+
+
+Buildroot is a set of Makefiles and patches that makes it easy generate a
+cross-compilation toolchain and root filesystem for your target Linux
+system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
+Buildroot is useful mainly for people working with small or embedded
+systems. Embedded systems often use processors that are not the regular
+x86 processors everyone is used to using on their PC. It can be PowerPC
+processors, MIPS processors, ARM processors, etc. And to be extra safe,
+you do not need to be root to build or run buildroot.
+
+<p>
+
+buildroot is maintained by <a href=
+"http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>, and
+licensed under the
+<a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>.
+
+
+<!--#include file="footer.html" -->