blob: cd4ad5aa1c67155ce5bd4348484be2e38d4fec9e [file] [log] [blame]
Eric Andersen1b17b012002-03-05 15:55:59 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2"http://www.w3.org/TR/REC-html40/loose.dtd">
Erik Andersen330fd2b2000-05-19 05:35:19 +00003
Eric Andersen1b17b012002-03-05 15:55:59 +00004<html>
5 <head>
6 <meta name="generator" content=
7 "HTML Tidy for Linux/x86 (vers 1st February 2002), see www.w3.org">
Erik Andersen330fd2b2000-05-19 05:35:19 +00008
Eric Andersen1b17b012002-03-05 15:55:59 +00009 <title>BusyBox</title>
10<style type="text/css">
11 body {
12 background-color: #DEE2DE;
13 color: #000000;
14 }
15 :link { color: #660000 }
16 :visited { color: #660000 }
17 :active { color: #660000 }
Eric Andersen1b17b012002-03-05 15:55:59 +000018 td.c2 {font-family: arial, helvetica, sans-serif; font-size: 80%}
19 td.c1 {font-family: lucida, helvetica; font-size: 248%}
20</style>
21 </head>
Erik Andersen330fd2b2000-05-19 05:35:19 +000022
Eric Andersen1b17b012002-03-05 15:55:59 +000023 <body>
24 <basefont face="lucida, helvetica, arial" size="3">
Erik Andersen330fd2b2000-05-19 05:35:19 +000025
Eric Andersen1b17b012002-03-05 15:55:59 +000026 <div class="c3">
27 <table border="0" cellspacing="1" cellpadding="2">
28 <tr>
29 <td class="c1">BUSYBOX</td>
30 </tr>
31 </table>
32 <a href="/"><img src="images/busybox1.png" alt="BusyBox"
33 border="0" width="164" height="116"></a><br>
34 <!-- Begin Introduction section -->
35
Erik Andersen330fd2b2000-05-19 05:35:19 +000036
Eric Andersen1b17b012002-03-05 15:55:59 +000037 <table width="95%" cellspacing="1" cellpadding="4" border=
38 "1">
39 <tr>
40 <td bgcolor="#CCCCC0" align="center"><a name= "intro"><big>
41 <b>The Swiss Army Knife of Embedded Linux</b>
42 </big></a></td>
43 </tr>
Erik Andersen330fd2b2000-05-19 05:35:19 +000044
Eric Andersen1b17b012002-03-05 15:55:59 +000045 <tr>
46 <td bgcolor="#EEEEE0">
Eric Andersen051e4c12002-04-27 12:16:48 +000047 BusyBox combines tiny versions of many common UNIX utilities
48 into a single small executable. It provides minimalist
49 replacements for most of the utilities you usually find in GNU
50 fileutils, shellutils, etc. The utilities in BusyBox generally
51 have fewer options than their full-featured GNU cousins;
52 however, the options that are included provide the expected
53 functionality and behave very much like their GNU counterparts.
54 BusyBox provides a fairly complete POSIX environment for any
55 small or embedded system.
Erik Andersen330fd2b2000-05-19 05:35:19 +000056
Eric Andersen1b17b012002-03-05 15:55:59 +000057 <p>BusyBox has been written with size-optimization and
58 limited resources in mind. It is also extremely modular
59 so you can easily include or exclude commands (or
60 features) at compile time. This makes it easy to
61 customize your embedded systems. To create a working
62 system, just add /dev, /etc, and a kernel.</p>
Erik Andersen330fd2b2000-05-19 05:35:19 +000063
Eric Andersen1b17b012002-03-05 15:55:59 +000064 <p>BusyBox is maintained by <a href=
65 "http://codepoet.org/andersen/erik/erik.html">Erik
66 Andersen</a>, and licensed under the <a href=
67 "http://www.gnu.org/copyleft/gpl.html">GNU GENERAL
68 PUBLIC LICENSE</a>.</p>
Erik Andersen330fd2b2000-05-19 05:35:19 +000069
Eric Andersen1b17b012002-03-05 15:55:59 +000070 <h3>Screenshot</h3>
Erik Andersen330fd2b2000-05-19 05:35:19 +000071
Eric Andersen1b17b012002-03-05 15:55:59 +000072 <p>Because everybody loves screenshots, a screenshot of
73 BusyBox is now available <a href=
74 "screenshot.html">right here</a>.</p>
Erik Andersen330fd2b2000-05-19 05:35:19 +000075
Eric Andersen1b17b012002-03-05 15:55:59 +000076 <h3>Mailing List Information</h3>
Eric Andersen4f463172003-07-28 06:42:59 +000077 BusyBox has a <a href="/lists/busybox/">mailing list</a>.<br>
78 To subscribe, go and visit <a href="/mailman/listinfo/busybox">this page</a>.
79 <br>
80 Before asking questions on the mailing list
81 you should probably first search the mailing list archives...
82 <form method="GET" action="http://www.google.com/custom">
83 <input type="hidden" name="domains" value="busybox.net">
84 <input type="hidden" name="sitesearch" value="busybox.net">
85 <a href="http://www.google.com"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" height="32" width="75" align="middle"></a>&nbsp;<input type="text" name="q" size="31" maxlength="255" value="">&nbsp;<input type="submit" name="sa" value="search the mailing list archives">...
86 </form>
87
88
Erik Andersen330fd2b2000-05-19 05:35:19 +000089
Eric Andersen1b17b012002-03-05 15:55:59 +000090 <!-- Begin Latest News section -->
91 </td>
92 </tr>
Mark Whitleyac21e932001-01-30 23:37:15 +000093
Eric Andersen1b17b012002-03-05 15:55:59 +000094 <tr>
95 <td bgcolor="#CCCCC0" align="center"><a name=
96 "news"><big><b>Latest News</b></big></a></td>
97 </tr>
Mark Whitley74476422001-03-20 19:57:30 +000098
Eric Andersen1b17b012002-03-05 15:55:59 +000099 <tr>
100 <td bgcolor="#EEEEE0">
101 <ul>
Eric Andersen051e4c12002-04-27 12:16:48 +0000102
103 <p>
Eric Andersen3acfedf2003-09-12 06:59:52 +0000104 <li><b>12 Sept 2003 -- BusyBox 1.0.0-pre3 released</b><p>
Eric Andersen69051e82002-10-27 06:08:30 +0000105
Eric Andersen23bc8362003-09-12 06:59:17 +0000106 Here goes the third pre-release for the new BusyBox stable
107 series. The last prerelease has help up quite well under
108 testing, but a number of problems have turned up as the number
109 of people using it has increased. Thanks everyone for all
110 the testing, bug reports, and patches!
Eric Andersen7a6a7732003-07-30 09:33:54 +0000111
Eric Andersen69051e82002-10-27 06:08:30 +0000112 <p>
Eric Andersenc9897242003-07-15 07:52:41 +0000113
Eric Andersen23bc8362003-09-12 06:59:17 +0000114 If you have submitted a patch or a bug report to the busybox
115 mailing list and no one has emailed you explaining why your
116 patch was rejected, it is safe to say that your patch has
117 somehow gotten lost or forgotten. That happens sometimes.
118 Please re-submit your patch or bug report to the BusyBox
119 mailing list!
120
Eric Andersenc9897242003-07-15 07:52:41 +0000121 <p>
122
Eric Andersen7a6a7732003-07-30 09:33:54 +0000123 The point of the "-preX" versions is to get a larger group of
124 people and vendors testing, so any problems that turn up can be
Eric Andersen23bc8362003-09-12 06:59:17 +0000125 fixed prior to the final 1.0.0 release. The main feature
126 (besides additional testing) that is still still on the TODO
127 list before the final BusyBox 1.0.0 release is sorting out the
128 modutils issues. For the new 2.6.x kernels, we already have
129 patches adding insmod and rmmod support and those need to be
130 integrated. For 2.4.x kernels, for which busybox only supports
131 a limited number of architectures, we may want to invest a bit
132 more work before we cut 1.0.0. Or we may just leave 2.4.x
133 module loading alone.
134
135 <p>
136
137 I had hoped this release would be out a month ago. And of
138 course, it wasn't since Erik became busy getting a release of
139 <a href="http://www.uclibc.org/">uClibc</a>
140 out the door. Many thanks to Glenn McGrath (bug1) for
141 stepping in and helping get a bunch of patches merged! I am
142 not even going to state a date for releasing BusyBox 1.0.0
143 -pre4 (or the final 1.0.0). We're aiming for late September...
144 But if this release proves as to be exceptionally stable (or
145 exceptionally unstable!) then next release may be very soon
146 indeed.
147
Eric Andersenc9897242003-07-15 07:52:41 +0000148 <p>
149
Eric Andersene6b81152003-07-31 17:50:17 +0000150 The <a href="downloads/Changelog">changelog</a> has all
Eric Andersen23bc8362003-09-12 06:59:17 +0000151 the details. And as usual you can
152 <a href="downloads">download busybox here</a>.
Eric Andersenc9897242003-07-15 07:52:41 +0000153
Eric Andersen69051e82002-10-27 06:08:30 +0000154 <p>Have Fun!
155 <p>
156
157
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000158
Eric Andersen051e4c12002-04-27 12:16:48 +0000159 <p>
Eric Andersen1b17b012002-03-05 15:55:59 +0000160 <li><b>Old News</b><br>
161 For the old news, visit <a href="oldnews.html">the
162 old news page</a>.</li>
163 </ul>
Eric Andersen1b17b012002-03-05 15:55:59 +0000164 </td>
165 </tr>
Eric Andersen665b4e62002-01-04 05:04:15 +0000166
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000167
168 <!-- Begin Sponsors section -->
Eric Andersen372f91f2002-03-06 11:13:51 +0000169 <tr>
170 <td bgcolor="#CCCCC0" align="center"><a name=
171 "sponsors"><big><b>Sponsors</b></big></a></td>
172 </tr>
Eric Andersen372f91f2002-03-06 11:13:51 +0000173
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000174 <tr>
175 <td bgcolor="#EEEEE0">
176 Please visit our sponsors and thank them for their
177 support! They have provided money for equipment and
178 bandwidth. Next time you need help with a project,
179 consider these fine companies!
Eric Andersen372f91f2002-03-06 11:13:51 +0000180
181
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000182 <ul>
Eric Andersena486f462003-02-05 18:16:45 +0000183 <li><a href="http://www.penguru.net">Penguru Consulting</a><br>
184 Custom development for embedded Linux systems and multimedia platforms
185 </li>
186
Eric Andersen1785ddc2002-07-08 01:40:02 +0000187 <li><a href="http://opensource.se/">opensource.se</a><br>
188 Embedded open source consulting in Europe.
189 </li>
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000190
Eric Andersen1785ddc2002-07-08 01:40:02 +0000191 <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000192 Custom Linux, embedded Linux, BusyBox, and uClibc
Eric Andersen1785ddc2002-07-08 01:40:02 +0000193 development.
194 </li>
Eric Andersen4f463172003-07-28 06:42:59 +0000195
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000196 </ul>
197 Several individuals have also contributed. If you have
198 already contributed and would like your name added
199 here, just let me know. If you would like to be a
200 BusyBox sponsor, email <a href=
201 "mailto:andersen@codepoet.org">Erik</a>.
202 </td>
203 </tr>
204
205 <!-- Begin Download section -->
Eric Andersen372f91f2002-03-06 11:13:51 +0000206 <p>
Eric Andersen1b17b012002-03-05 15:55:59 +0000207 <tr>
208 <td bgcolor="#CCCCC0" align="center"><a name=
209 "download"><big><b>Download</b></big></a></td>
210 </tr>
211
212 <tr>
213 <td bgcolor="#EEEEE0">
Eric Andersend2fd0d52002-07-13 06:24:58 +0000214 Source for the latest release can always be
215 downloaded from <a href="downloads">http://www.busybox.net/downloads</a>.
216 <p>
217
Eric Andersenc9897242003-07-15 07:52:41 +0000218 BusyBox now has <b>two</b> CVS trees. The "busybox-stable" tree
219 contains the older 0.60.x stable series. The "busybox" tree contains
220 the latest 1.0.0-preX development version of busybox.<br>
221
Eric Andersen1b17b012002-03-05 15:55:59 +0000222 <ul>
Eric Andersend2fd0d52002-07-13 06:24:58 +0000223 <li><a href= "downloads/snapshots/">Daily Snapshots of the the latest
224 stable, and the latest development CVS source trees can be found right here</a>.
225 <br>
226 </li><li><a href="/cgi-bin/cvsweb/busybox/">Click here to browse the CVS
Eric Andersenc9897242003-07-15 07:52:41 +0000227 tree for the 1.0.0-preX development version of BusyBox</a>
Eric Andersen0fe3e622002-07-14 15:39:05 +0000228 </li><li><a href="/cgi-bin/cvsweb/busybox.stable/">Click here to browse
Eric Andersend2fd0d52002-07-13 06:24:58 +0000229 the CVS tree for the stable 0.60.x version of BusyBox</a>.
230 </li><li>Anonymous <a href="cvs_anon.html">CVS
231 access</a> is available.
232 </li><li>For those that are actively contributing there is
Eric Andersenacc257e2002-07-13 06:08:39 +0000233 even <a href="cvs_write.html">CVS write access</a>.</li>
Eric Andersen1b17b012002-03-05 15:55:59 +0000234 </ul>
Eric Andersen1b17b012002-03-05 15:55:59 +0000235 </td>
236 </tr>
237
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000238 <!-- Begin Docs section -->
Eric Andersen1b17b012002-03-05 15:55:59 +0000239 <tr>
240 <td bgcolor="#CCCCC0" align="center"><a name=
241 "docs"><big><b>Documentation</b></big></a></td>
242 </tr>
243
244 <tr>
245 <td bgcolor="#EEEEE0">
246 Current documentation for BusyBox includes:
247
248 <ul>
249 <li><a href=
250 "downloads/BusyBox.html">BusyBox.html</a>. This is a
251 list of the all the available commands in BusyBox
252 with complete usage information and examples of how
253 to use each app. I have spent a <em>lot</em> of time
254 updating these docs and trying to make them fairly
255 comprehensive. If you find any errors (factual,
256 grammatical, whatever) please let me know.</li>
Eric Andersen4fa2bb52002-01-04 00:32:15 +0000257
Eric Andersen1b17b012002-03-05 15:55:59 +0000258 <li><a href="downloads/README">README</a>. This is
259 the README file included in the busybox source
260 release.</li>
Eric Andersen4d7f9c32001-11-20 11:56:51 +0000261
Eric Andersen1b17b012002-03-05 15:55:59 +0000262 <li>If you need more help, the BusyBox <a href=
263 "lists/busybox/">mailing list</a> is a good place to
264 start.</li>
265 </ul>
Eric Andersen1b17b012002-03-05 15:55:59 +0000266 </td>
267 </tr>
Eric Andersen43622002000-12-13 18:30:13 +0000268
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000269 <!-- Begin Links section -->
Eric Andersen1b17b012002-03-05 15:55:59 +0000270 <tr>
271 <td bgcolor="#CCCCC0" align="center"><a name=
272 "links"><big><b>Important Links</b></big></a></td>
273 </tr>
Eric Andersen43622002000-12-13 18:30:13 +0000274
Eric Andersen1b17b012002-03-05 15:55:59 +0000275 <tr>
276 <td bgcolor="#EEEEE0">
277 <ul>
278 <li><a href="http://perens.com/FreeSoftware/">Free
279 Software from Bruce Perens</a><br>
280 The original idea for BusyBox, and all versions up
281 to 0.26 were written by <a href=
282 "mailto:bruce@perens.com">Bruce Perens</a>. This is
283 his BusyBox website.</li>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000284
Eric Andersen1b17b012002-03-05 15:55:59 +0000285 <li><a href=
286 "http://freshmeat.net/projects/busybox/">Freshmeat
287 AppIndex record for BusyBox</a></li>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000288
Eric Andersen1b17b012002-03-05 15:55:59 +0000289 <li><a href=
290 "http://tinylogin.busybox.net/">TinyLogin</a> is a
291 nice embedded tool for handling authentication,
292 changing passwords, and similar tasks which nicely
293 complements BusyBox.</li>
Eric Andersen4a971ae2000-06-22 01:27:11 +0000294
Eric Andersen1b17b012002-03-05 15:55:59 +0000295 <li><a href="http://udhcp.busybox.net/">udhcp</a> is
296 a tiny dhcp client and/or server which is ideal for
297 embedded systems.</li>
Mark Whitley8ba1b112001-01-25 23:29:58 +0000298
Eric Andersen1b17b012002-03-05 15:55:59 +0000299 <li><a href="http://www.uclibc.org/">uClibc</a> is a
300 C library for embedded systems. You can actually
301 statically link a "Hello World" application under x86
302 that only takes 4k (as opposed to 200k under GNU
303 libc). It can do dynamic linking too and works nicely
Eric Andersenc9897242003-07-15 07:52:41 +0000304 with BusyBox to create very small embedded Linux systems.
305 </li>
Eric Andersen1b17b012002-03-05 15:55:59 +0000306 </ul>
Eric Andersen1b17b012002-03-05 15:55:59 +0000307 </td>
308 </tr>
Mark Whitley8ba1b112001-01-25 23:29:58 +0000309
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000310 <!-- Begin Projects section -->
Eric Andersen1b17b012002-03-05 15:55:59 +0000311 <tr>
312 <td bgcolor="#CCCCC0" align="center"><a name=
Eric Andersenc9897242003-07-15 07:52:41 +0000313 "projects"><big><b>Products/Projects Using BusyBox</b></big></a></td>
Eric Andersen1b17b012002-03-05 15:55:59 +0000314 </tr>
Mark Whitley8ba1b112001-01-25 23:29:58 +0000315
Eric Andersen1b17b012002-03-05 15:55:59 +0000316 <tr>
317 <td bgcolor="#EEEEE0">
318 <p>I know of the following products and/or projects
319 that use BusyBox -- listed in the order I happen to add
320 them to the web page:</p>
Mark Whitley8ba1b112001-01-25 23:29:58 +0000321
Eric Andersen1b17b012002-03-05 15:55:59 +0000322 <ul>
Eric Andersenc9897242003-07-15 07:52:41 +0000323
Eric Andersen4a971ae2000-06-22 01:27:11 +0000324
Eric Andersenc9897242003-07-15 07:52:41 +0000325 <li><a href="/cgi-bin/cvsweb/buildroot/">buildroot</a> a configurable
326 means for building your own busybox/uClibc based system systems.
Eric Andersen4a971ae2000-06-22 01:27:11 +0000327
Eric Andersenc9897242003-07-15 07:52:41 +0000328 </li><li><a href=
329 "http://cvs.debian.org/boot-floppies/">
330 Debian installer (boot floppies) project</a>
331
332 </li><li><a href="http://redhat.com/">Red Hat 7.2
333 installer</a>
334
335 </li><li><a href=
Eric Andersen1b17b012002-03-05 15:55:59 +0000336 "http://distro.ibiblio.org/pub/Linux/distributions/slackware/source/rootdsks/">
Eric Andersenc9897242003-07-15 07:52:41 +0000337 Slackware Installer</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000338
Eric Andersenc9897242003-07-15 07:52:41 +0000339 </li><li><a href="http://www.gentoo.org/">Gentoo Linux install/boot CDs</a>
340 </li><li><a href="http://www.mandrake.com/">The Mandrake installer</a>
Eric Andersen69051e82002-10-27 06:08:30 +0000341
Eric Andersen6a9ca982003-07-30 17:17:33 +0000342 </li><li><a href="http://Leaf.SourceForge.net">Linux Embedded Appliance Firewall (the sucessor of the Linux Router Project) supporting all sorts of embedded Linux gateways, routers, wireless routers, and firewalls,</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000343
Eric Andersenc9897242003-07-15 07:52:41 +0000344 </li><li><a href="http://linux-embedded.org/">LEM</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000345
Eric Andersenc9897242003-07-15 07:52:41 +0000346 </li><li><a href=
347 "http://www.toms.net/rb/">tomsrtbt</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000348
Eric Andersenc9897242003-07-15 07:52:41 +0000349 </li><li><a href="http://www.stormix.com/">Stormix
350 Installer</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000351
Eric Andersenc9897242003-07-15 07:52:41 +0000352 </li><li><a href=
Eric Andersen1b17b012002-03-05 15:55:59 +0000353 "http://www.emacinc.com/linux2_sbc.htm">EMAC Linux
Eric Andersenc9897242003-07-15 07:52:41 +0000354 2.0 SBC</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000355
Eric Andersenc9897242003-07-15 07:52:41 +0000356 </li><li><a href="http://www.trinux.org/">Trinux</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000357
Eric Andersenc9897242003-07-15 07:52:41 +0000358 </li><li><a href="http://oddas.sourceforge.net/">ODDAS
359 project</a>
Eric Andersenc36c2ba2001-03-16 07:16:12 +0000360
Eric Andersenc9897242003-07-15 07:52:41 +0000361 </li><li><a href="http://byld.sourceforge.net/">Build Your
362 Linux Disk</a>
Eric Andersene7dd3832001-12-22 19:28:24 +0000363
Eric Andersenc9897242003-07-15 07:52:41 +0000364 </li><li><a href=
365 "http://homepages.ihug.co.nz/~ichi/baslinux.html">BasicLinux</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000366
Eric Andersenc9897242003-07-15 07:52:41 +0000367 </li><li><a href=
368 "http://ibiblio.org/pub/Linux/system/recovery">Zdisk</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000369
Eric Andersenc9897242003-07-15 07:52:41 +0000370 </li><li><a href="http://www.adtran.com">AdTran -
371 VPN/firewall VPN Linux Distribution</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000372
Eric Andersenc9897242003-07-15 07:52:41 +0000373 </li><li><a href="http://mkcdrec.ota.be/">mkCDrec - make
374 CD-ROM recovery</a>
Eric Andersen1b622ff2000-12-14 15:43:57 +0000375
Eric Andersenc9897242003-07-15 07:52:41 +0000376 </li><li><a href=
Eric Andersen1b17b012002-03-05 15:55:59 +0000377 "http://recycle.lbl.gov/~ldoolitt/bse/">Linux on
Eric Andersenc9897242003-07-15 07:52:41 +0000378 nanoEngine</a>
Mark Whitley74476422001-03-20 19:57:30 +0000379
Eric Andersenc9897242003-07-15 07:52:41 +0000380 </li><li><a href=
381 "http://www.zelow.no/floppyfw/">Floppyfw</a>
Mark Whitley798ab302001-03-13 17:08:54 +0000382
Eric Andersenc9897242003-07-15 07:52:41 +0000383 </li><li><a href="http://midori.transmeta.com/">Midori
Eric Andersen1b17b012002-03-05 15:55:59 +0000384 Linux</a> - <a href=
385 "http://www.wired.com/news/technology/0,1282,42399,00.html">
386 Article on Midori Linux</a> on <a href=
387 "http://www.wired.com">Wired</a>. Quote from Erik at
388 the top of <a href=
389 "http://www.wired.com/news/technology/0,1282,42399-2,00.html">
Eric Andersenc9897242003-07-15 07:52:41 +0000390 this page</a>
Eric Andersenbdfd0d72001-10-24 05:00:29 +0000391
Eric Andersenc9897242003-07-15 07:52:41 +0000392 </li><li><a href="http://www.ltsp.org/">Linux Terminal
393 Server Project</a>
Eric Andersen1b622ff2000-12-14 15:43:57 +0000394
Eric Andersenc9897242003-07-15 07:52:41 +0000395 </li><li><a href=
396 "http://www.devil-linux.org/">Devil-Linux</a>
Eric Andersen1b622ff2000-12-14 15:43:57 +0000397
Eric Andersenc9897242003-07-15 07:52:41 +0000398 </li><li><a href=
399 "http://dutnux.sourceforge.net/">DutNux</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000400
Eric Andersenc9897242003-07-15 07:52:41 +0000401 </li><li><a href=
402 "http://www.microwerks.net/~hugo/mindi/">Mindi</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000403
Eric Andersenc9897242003-07-15 07:52:41 +0000404 </li><li><a href=
405 "http://www.tzi.de/~pharao90/ttylinux">ttylinux</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000406
Eric Andersenc9897242003-07-15 07:52:41 +0000407 </li><li><a href="http://www.coyotelinux.com/">Coyote Linux</a>
Eric Andersen45673d22002-04-03 14:30:58 +0000408
Eric Andersenc9897242003-07-15 07:52:41 +0000409 </li><li><a href="http://www.partimage.org/">Partition
410 Image</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000411
Eric Andersenc9897242003-07-15 07:52:41 +0000412 </li><li><a href="http://www.fli4l.de/">fli4l the on(e)-disk-router</a>
Eric Andersen45673d22002-04-03 14:30:58 +0000413
Eric Andersenc9897242003-07-15 07:52:41 +0000414 </li><li><a href="http://tinfoilhat.cultists.net/">Tinfoil
415 Hat Linux</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000416
Eric Andersenc9897242003-07-15 07:52:41 +0000417 </li><li><a href="http://familiar.handhelds.org/">Familiar Linux</a> - a linux distribution for handheld computers
418 </li><li><a href="http://rescuecd.sourceforge.net/">Timo's Rescue CD Set</a>
419 </li><li><a href="http://sf.net/projects/netstation/">Netstation</a>
420 </li><li><a href="http://www.fiwix.org/">GNU/Fiwix Operating System</a>
421 </li><li><a href="http://www.softcraft.com/">Generations Linux</a>
422 </li><li><a href="http://systemimager.org/relatedprojects/">SystemImager / System Installation Suite</a>
423 </li><li><a href="http://www.bablokb.de/gendist/">GENDIST distribution generator</a>
424 </li><li><a href="http://diet-pc.sourceforge.net/">DIET-PC embedded Linux thin client distribution</a>
425 </li><li><a href="http://byzgl.sourceforge.net/">BYZantine Gnu/Linux</a>
426 </li><li><a href="http://dban.sourceforge.net/">Darik's Boot and Nuke</a>
427 </li><li><a href="http://www.timesys.com/">TimeSys real-time Linux</a>
428 </li><li><a href="http://movix.sf.net/">MoviX</a> -- boots from CD and automatically plays every video file on the CD
429 </li><li><a href="http://katamaran.sourceforge.net">katamaran</a>Linux, X11, xfce windowmanager, based on BusyBox
Eric Andersen8212aa52003-07-19 08:19:21 +0000430 </li><li><a href="http://www.sourceforge.net/projects/simplygnustep">Prometheus SimplyGNUstep</a>
Eric Andersenc9897242003-07-15 07:52:41 +0000431 </li><li><a href="http://www.renyi.hu/~ekho/lowlife/">lowlife</a>A documentation project on how to make your own uClibc-based systems and floppy.
432 </li><li><a href="http://metadistros.hispalinux.es/">Metadistros</a>a project to allow you easily make Live-CD distributions.
433 </li><li><a href="http://salvare.sourceforge.net/">Salvare</a>More Linux than tomsrtbt but less than Knoppix, aims to provide a useful workstation as well as a rescue disk.
Eric Andersen680ec6e2003-07-22 07:50:18 +0000434 </li><li><a href="http://www.stresslinux.org/">stresslinux</a>minimal linux distribution running from a bootable cdrom or via PXE.
Eric Andersenc9897242003-07-15 07:52:41 +0000435 </li><li><a href="http://thinstation.sourceforge.net/">thinstation</a>convert standard PCs into full-featured diskless thinclients.
Eric Andersen7a6a7732003-07-30 09:33:54 +0000436 </li><li><a href="http://www.uhulinux.hu/">UHU-Linux Hungary</a>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000437
Eric Andersenc9897242003-07-15 07:52:41 +0000438 </li><li><a href="http://tuxscreen.net">Tuxscreen Linux Phone</a>
439 </li><li><a href="http://www.kerbango.com/">The Kerbango Internet Radio</a>
Eric Andersen8212aa52003-07-19 08:19:21 +0000440 </li><li><a href="http://www.linuxmagic.com/vpn/">LinuxMagic VPN Firewall</a>
Eric Andersenc9897242003-07-15 07:52:41 +0000441 </li><li><a href="http://www.isilver-inc.com/">I-Silver Linux appliance servers</a>
442 </li><li><a href="http://zaurus.sourceforge.net/">Sharp Zaurus PDA</a>
443 </li><li><a href="http://www.cyclades.com/">Cyclades-TS and other Cyclades products</a>
444 </li><li><a href="http://www.buffalo-technology.com/products/wireless/wbr-g54.htm">Buffalo WBR-G54 wireless router</a>
445 </li><li><a href="http://catalog.belkin.com/IWCatProductPage.process?Merchant_Id=&Section_Id=201522&pcount=&Product_Id=136493">Belkin 54g Wireless DSL/Cable Gateway Router</a>
446 </li><li><a href="http://www.linksys.com/products/product.asp?prid=508">Linksys WRT54G - Wireless-G Broadband Router</a>
Eric Andersen8212aa52003-07-19 08:19:21 +0000447 </li><li><a href="http://www.dell.com/us/en/biz/topics/sbtopic_005_truemobile.htm">Dell TrueMobile 1184</a>
Eric Andersen23bc8362003-09-12 06:59:17 +0000448 </li><li><a href="http://actiontec.com/products/modems/dual_pcmodem/dpm_overview.html">Actiontec Dual PC Modem</a>
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000449
450
Eric Andersen1b17b012002-03-05 15:55:59 +0000451 </ul>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000452
Eric Andersen1b17b012002-03-05 15:55:59 +0000453 <p>Do you use BusyBox? I'd love to know about it and
454 I'd be happy to link to you. <!-- End of Table -->
455 </p>
456 </td>
457 </tr>
458 </table>
Eric Andersenf64c1cd2002-03-10 22:01:51 +0000459
Eric Andersen1b17b012002-03-05 15:55:59 +0000460 <!-- Footer -->
461 <hr>
Eric Andersen1b17b012002-03-05 15:55:59 +0000462 <table width="100%">
463 <tr>
464 <td class="c2">Mail all comments, insults, suggestions
465 and bribes to <a href="mailto:andersen@codepoet.org">Erik
466 Andersen</a><br>
467 The Busybox logo is copyright 1999-2002, Erik
468 Andersen.</td>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000469
Eric Andersen1b17b012002-03-05 15:55:59 +0000470 <td><a href="http://www.vim.org"><img border="0" width=
471 "90" height="36" src="images/written.in.vi.png" alt=
472 "This site created with the vi editor"></a></td>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000473
Eric Andersen1b17b012002-03-05 15:55:59 +0000474 <td><a href="http://www.gimp.org/"><img border="0" width=
475 "90" height="36" src="images/gfx_by_gimp.png" alt=
476 "Graphics by GIMP"></a></td>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000477
Eric Andersen1b17b012002-03-05 15:55:59 +0000478 <td><a href="http://www.linuxtoday.com"><img width="90"
479 height="36" src="images/ltbutton2.png" alt="Linux Today">
480 </a></td>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000481
Eric Andersen1b17b012002-03-05 15:55:59 +0000482 <td>
483 <p><a href="http://slashdot.org"><img width="90"
484 height="36" src="images/sdsmall.png" alt="Slashdot">
485 </a></p>
486 </td>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000487
Eric Andersen1b17b012002-03-05 15:55:59 +0000488 <td><a href="http://freshmeat.net"><img width="90"
489 height="36" src="images/fm.mini.png" alt="Freshmeat">
490 </a></td>
491 </tr>
492 </table>
493 </div>
494 </body>
495</html>
Erik Andersen330fd2b2000-05-19 05:35:19 +0000496