busybox-1.00

所属分类:嵌入式Linux
开发工具:Unix_Linux
文件大小:1685KB
下载次数:10
上传日期:2012-08-24 11:06:57
上 传 者lanve
说明:  之前做移植时用到过的,现分享给大家,现在最新版本是1.3,但有时我们还是会用到1.00版本的了
(Before used when doing the transplant, now share to everyone, and now the latest version is 1.3, but sometimes we used version 1.00)

文件列表:
busybox-1.00 (0, 2012-08-24)
busybox-1.00\busybox-1.00 (0, 2012-08-24)
busybox-1.00\busybox-1.00\.cvsignore (79, 2002-12-05)
busybox-1.00\busybox-1.00\.indent.pro (871, 2000-07-25)
busybox-1.00\busybox-1.00\applets (0, 2012-08-24)
busybox-1.00\busybox-1.00\applets\applets.c (13293, 2004-04-15)
busybox-1.00\busybox-1.00\applets\busybox.c (4345, 2004-03-15)
busybox-1.00\busybox-1.00\applets\busybox.mkll (576, 2001-10-24)
busybox-1.00\busybox-1.00\applets\install.sh (911, 2001-03-09)
busybox-1.00\busybox-1.00\applets\Makefile (1054, 2004-10-08)
busybox-1.00\busybox-1.00\applets\Makefile.in (1254, 2004-10-08)
busybox-1.00\busybox-1.00\archival (0, 2012-08-24)
busybox-1.00\busybox-1.00\archival\ar.c (3207, 2004-10-07)
busybox-1.00\busybox-1.00\archival\bunzip2.c (2653, 2004-08-28)
busybox-1.00\busybox-1.00\archival\Config.in (7613, 2004-03-15)
busybox-1.00\busybox-1.00\archival\cpio.c (3042, 2004-03-27)
busybox-1.00\busybox-1.00\archival\dpkg.c (57328, 2004-04-15)
busybox-1.00\busybox-1.00\archival\dpkg_deb.c (3332, 2004-03-15)
busybox-1.00\busybox-1.00\archival\gunzip.c (5909, 2004-04-25)
busybox-1.00\busybox-1.00\archival\gzip.c (80203, 2004-04-15)
busybox-1.00\busybox-1.00\archival\libunarchive (0, 2012-08-24)
busybox-1.00\busybox-1.00\archival\libunarchive\archive_xread_all.c (1094, 2003-11-22)
busybox-1.00\busybox-1.00\archival\libunarchive\archive_xread_all_eof.c (1150, 2003-11-22)
busybox-1.00\busybox-1.00\archival\libunarchive\check_header_gzip.c (1237, 2003-03-19)
busybox-1.00\busybox-1.00\archival\libunarchive\data_align.c (1132, 2003-11-16)
busybox-1.00\busybox-1.00\archival\libunarchive\data_extract_all.c (4210, 2004-10-13)
busybox-1.00\busybox-1.00\archival\libunarchive\data_extract_to_buffer.c (1062, 2002-11-07)
busybox-1.00\busybox-1.00\archival\libunarchive\data_extract_to_stdout.c (941, 2004-03-27)
busybox-1.00\busybox-1.00\archival\libunarchive\data_skip.c (992, 2002-11-03)
busybox-1.00\busybox-1.00\archival\libunarchive\decompress_bunzip2.c (22485, 2004-08-28)
busybox-1.00\busybox-1.00\archival\libunarchive\decompress_uncompress.c (7168, 2004-04-15)
busybox-1.00\busybox-1.00\archival\libunarchive\decompress_unzip.c (28339, 2004-04-25)
busybox-1.00\busybox-1.00\archival\libunarchive\filter_accept_all.c (1076, 2002-11-05)
busybox-1.00\busybox-1.00\archival\libunarchive\filter_accept_list.c (1129, 2002-11-05)
busybox-1.00\busybox-1.00\archival\libunarchive\filter_accept_list_reassign.c (1886, 2004-03-15)
busybox-1.00\busybox-1.00\archival\libunarchive\filter_accept_reject_list.c (1492, 2002-11-05)
busybox-1.00\busybox-1.00\archival\libunarchive\find_list_entry.c (1006, 2002-10-19)
busybox-1.00\busybox-1.00\archival\libunarchive\get_header_ar.c (4359, 2004-04-09)
busybox-1.00\busybox-1.00\archival\libunarchive\get_header_cpio.c (5146, 2004-07-26)
busybox-1.00\busybox-1.00\archival\libunarchive\get_header_tar.c (6392, 2004-07-26)
... ...

Please see the LICENSE file for details on copying and usage. BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU coreutils, util-linux, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox has been written with size-optimization and limited resources in mind. It is also extremely modular so you can easily include or exclude commands (or features) at compile time. This makes it easy to customize your embedded systems. To create a working system, just add /dev, /etc, and a Linux kernel. BusyBox provides a fairly complete POSIX environment for any small or embedded system. BusyBox is extremely configurable. This allows you to include only the components you need, thereby reducing binary size. Run 'make config' or 'make menuconfig' to select the functionality that you wish to enable. After the build is complete, a busybox.links file is generated. This is used by 'make install' to create symlinks to the BusyBox binary for all compiled in functions. By default, 'make install' will place the symlink forest into `pwd`/_install unless you have defined the PREFIX environment variable (i.e., 'make PREFIX=/tmp/foo install') If you wish to install hard links, rather than symlinks, you can use 'make PREFIX=/tmp/foo install-hardlinks' instead. ---------------- Supported architectures: BusyBox in general will build on any architecture supported by gcc. Kernel module loading for 2.2 and 2.4 Linux kernels is currently limited to ARM, CRIS, H8/300, x86, ia***, x86_***, m68k, MIPS, PowerPC, S390, SH3/4/5, Sparc, v850e, and x86_*** for 2.4.x kernels. For 2.6.x kernels, kernel module loading support should work on all architectures. Supported C Libraries: uClibc and glibc are supported. People have been looking at newlib and dietlibc, but they are currently considered unsupported, untested, or worse. Linux-libc5 is no longer supported -- you should probably use uClibc instead if you want a small C library. Supported kernels: Full functionality requires Linux 2.2.x or better. A large fraction of the code should run on just about anything. While the current code is fairly Linux specific, it should be fairly easy to port the majority of the code to support, say, FreeBSD or Solaris, or Mac OS X, or even Windows (if you are into that sort of thing). ---------------- Getting help: When you find you need help, you can check out the BusyBox mailing list archives at http://busybox.net/lists/busybox/ or even join the mailing list if you are interested. ---------------- Bugs: If you find bugs, please submit a detailed bug report to the BusyBox mailing list at busybox@mail.busybox.net. A well-written bug report should include a transcript of a shell session that demonstrates the bad behavior and enables anyone else to duplicate the bug on their own machine. The following is such an example: To: busybox@mail.busybox.net From: diligent@testing.linux.org Subject: /bin/date doesn't work Package: BusyBox Version: 1.00 When I execute BusyBox 'date' it produces unexpected results. With GNU date I get the following output: $ date Fri Oct 8 14:19:41 MDT 2004 But when I use BusyBox date I get this instead: $ date illegal instruction I am using Debian unstable, kernel version 2.4.25-vrs2 on a Netwinder, and the latest uClibc from CVS. Thanks for the wonderful program! -Diligent Note the careful description and use of examples showing not only what BusyBox does, but also a counter example showing what an equivalent GNU app does. Bug reports lacking such detail may never be fixed... Thanks for understanding. ---------------- Downloads: Source for the latest released version, as well as daily snapshots, can always be downloaded from http://busybox.net/downloads/ ---------------- CVS: BusyBox now has its own publicly browsable CVS tree at: http://busybox.net/cgi-bin/cvsweb/busybox/ Anonymous CVS access is available. For instructions, check out: http://busybox.net/cvs_anon.html For those that are actively contributing there is even CVS write access: http://busybox.net/cvs_write.html ---------------- Please feed suggestions, bug reports, insults, and bribes back to: Erik Andersen

近期下载者

相关文件


收藏者