Welcome![Sign In][Sign Up]
Location:
Search - linux-2.6.15.tar.

Search list

[Linux-Unixlinux-2.6.15.6.tar

Description: linux-2.6.15.6,Linux操作系统最新源代码,无话可说,最经典的源代码,赶快下载吧。要是你觉得还不够经典的话,那我只好给你win2000的全套源代码了-linux-2.6.15.6, the latest Linux operating system source code, nothing to say, the most classic of the source code, download it quickly. If you feel that not enough classic, then I can only give you WIN2000 is the set of source code
Platform: | Size: 49912385 | Author: 观光客 | Hits:

[Linux-Unixiproute2-2.6.15-060110.tar

Description: linux ip application test tool
Platform: | Size: 394322 | Author: ray | Hits:

[Embeded Linuxsmp86xx_rootfs.tar.bz2

Description:

 sigma smp8634/8635 toolchain rootfs building source.

=================

Readme.txt

=================

 

This is the Sigma Designs customization of the root file system for the

SMP86xx family of chips.

 

This package is of course heavily depending on the toolchain and kernel

packages.

 

Quick HOW-TO

============

a) You need to have a working toolchain package. Once you have built your 

   toolchain, be sure to source toolchain-path.env. This is required for you to

   be able to build the rootfs package.

b) Untar the rootfs package.

c) First, configure your root file system: 'make menuconfig'. All the options 

   in the configuration menus have detailed help. Once you are satisfied with

   your choice of options, exit and save the configuration.

d) If you are using the toolchain composed of gcc 3.4.2, binutils 2.15.91.0.2,

   and uClibc 0.9.27 (defined in the toolchain package) then you must select

   Busybox 1.00 from the 'Package Selection for the target --->' menu.

   If on the other hand you are using the toolchain composed of gcc 4.0.4,

   binutils 2.17, and uClibc 0.9.28.3 then you must select Busybox 1.5 from

   the 'Package Selection for the target --->' menu.

e) If you chose to customize your root file system (option 'customize' in

   submenu 'Package Selection for the target'), be sure to prepare your custom

   files now.

f) Run 'make' to produce your root file system.

 

IMPORTANT NOTE: as of this release, the only supported option in the 'Target 

Options' menu is 'cramfs root filesystem for the target device' (with all its

suboptions). Any other option is currently unsupported and some are known to

not work.

 

Once you are through with step e), your root file system is available in the

main directory of the package as 'root_fs_mipsel.cramfs'.

 

Note about the integration with the toolchain and the kernel source packages

============================================================================

The rootfs package is now integrated with the toolchain package and the 

kernel source package and is able to interact with them in the following

ways:

 

 a) it can grab the necessary runtime libraries from the toolchain package.

 b) it can receive the kernel modules and support files from the kernel source

    package.

 c) the kernel source package can use the produced rootfs image for its initial

    RAM disk.

 

For interaction a) to take place, the SMP86XX_TOOLCHAIN_PATH environment 

variable must be defined and it must point to the main directory of the 

produced toolchain. The easiest way to achieve that is by sourcing the

'toolchain-path.env' environment file after it is produced at the end of the

toolchain production.

 

Note that defining SMP86XX_TOOLCHAIN_PATH is not optional. The build will not

go through unless the environment variable is defined and points to a correct

location. This is because, even if the build went through, the resulting root

file system would be unusable as it would not provide *any* run time library.

 

For interactions b) and c) to take place, the SMP86XX_ROOTFS_PATH environment

variable must be defined and must point to the main directory of the rootfs

package. The easiest way to achieve that is by sourcing the 'rootfs-path.env'

environment file after it is produced, right after your run 'make' or 

'make menuconfig' for the first time.

 

When SMP86XX_ROOTFS_PATH is defined and points to a valid location, the kernel

source package is able to:

 

 b) install its modules to the correct location under the customization 

    directory ('package/customize/source') in the rootfs package. In order to

    then make sure the modules end up in the produced rootfs image, you must

    select the 'customize' option under the 'Package Selection for the target'

    menu in 'make menuconfig'.

 c) grab the produced rootfs image (root_fs_mipsel.cramfs) and use it for its

    initial RAM disk.

 

Thus, in order to produce a rootfs holding the kernel modules and use it as the

kernel initial RAM disk, you need to go through the following steps in order

(note: this is convoluted):

 1) optionally build the toolchain (or use an existing one, more recent than

    2.6.90.0)

 2) source toolchain-path.env in the toolchain package directory

 3) configure the rootfs package with the 'customize' option on in the

    'Package Selection for the target' menu

 4) source 'rootfs-path.env' in the rootfs package directory

 5) configure the kernel, review what is configured as modules, 'make dep'

 6) 'make modules' in the kernel source directory

 7) the 'modules_install' target for the kernel needs that the system map be

    already produced. In order to achieve that, build a first version of the

    kernel: 'make vmlinux'

 8) 'make modules_install' in the kernel source directory. The modules are now

    installed in the rootfs package customization directory.

 9) 'make' in the rootfs package directory. You have now produced a rootfs 

    image holding the kernel modules.

10) 'make' in the kernel source directory. You have now produced a linux ZBF

    image with an initrd holding the kernel modules.

    

Coming features

===============

N/A

 

Troubleshooting

===============

a) when building the cramfs utility tool, the compiler complains that it can't

   find 'zlib.h' or '-lz'.

 

   You need to have the development version of zlib installed on your system.

   How to do that depends on your distribution.

 

 


Platform: | Size: 234248 | Author: mattli001 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Internet-Networkmadplay-0.15.2b

Description: linux下优秀的mp3播放软件的源代码-outstanding under the MP3 player software source code
Platform: | Size: 804864 | Author: 王大海 | Hits:

[SNMPlibpng-1.0.15.tar

Description: The laster version of MRTG for linux, Needed file.
Platform: | Size: 502784 | Author: 罗慧 | Hits:

[Linux-Unixlinux-2.6.15.6.tar

Description: linux-2.6.15.6,Linux操作系统最新源代码,无话可说,最经典的源代码,赶快下载吧。要是你觉得还不够经典的话,那我只好给你win2000的全套源代码了-linux-2.6.15.6, the latest Linux operating system source code, nothing to say, the most classic of the source code, download it quickly. If you feel that not enough classic, then I can only give you WIN2000 is the set of source code
Platform: | Size: 49912832 | Author: 观光客 | Hits:

[Embeded Linuxbuildroot-20070205

Description: 用于生成linux操作系统下的交叉编译工具链和嵌入式linux系统的根文件系统,支持x86、arm、powerpc等处理器。-Linux operating system used to generate the cross compiler tool chain and embedded Linux system-Wen pieces systems to support x86, arm, powerpc, and other processors.
Platform: | Size: 8083456 | Author: 张远文 | Hits:

[Linux-Unixiproute2-2.6.15-060110.tar

Description: linux ip application test tool
Platform: | Size: 394240 | Author: ray | Hits:

[Embeded Linuxdriv_linux2.6_uport_v1.0.1_build_08092515.tar

Description: Vrsion Number: 1.0.1 Product Line: MOXA UPort Series Platform: Linux kernel 2.6.x (x86/x64) Company: Moxa Inc. Date: 09/25/2008 Support Product: =============== UPort 1250, 1250I UPort 1410, 1450, 1450I UPort 1610-8, 1650-8 UPort 1610-16, 1650-16 Tested Linux: ============= Kernel 2.6.26 Fedora 8 (2.6.23) Fedora 7 (2.6.22) Fedora Core 6 (2.6.18) Fedora Core 5 (2.6.15) Fedora Core 4 (2.6.11) Fedora Core 3 (2.6.9) Fedora Core 2 (2.6.5) SuSE 10.3 (2.6.22) SuSE 10.1 (2.6.16) SuSE 9.3 (2.6.11) Ubuntu 8.04 (2.6.24) Ubuntu 7.10 (2.6.22) Red Hat Enterprise Linux Release 4 (2.6.9) Release Note: ============== Ver1.0.1 1. Support kernel version up to 2.6.26. Ver1.0 1. Official released. -End- -Vrsion Number: 1.0.1 Product Line: MOXA UPort Series Platform: Linux kernel 2.6.x (x86/x64) Company: Moxa Inc. Date: 09/25/2008 Support Product: =============== UPort 1250, 1250I UPort 1410, 1450, 1450I UPort 1610-8, 1650-8 UPort 1610-16, 1650-16 Tested Linux: ============= Kernel 2.6.26 Fedora 8 (2.6.23) Fedora 7 (2.6.22) Fedora Core 6 (2.6.18) Fedora Core 5 (2.6.15) Fedora Core 4 (2.6.11) Fedora Core 3 (2.6.9) Fedora Core 2 (2.6.5) SuSE 10.3 (2.6.22) SuSE 10.1 (2.6.16) SuSE 9.3 (2.6.11) Ubuntu 8.04 (2.6.24) Ubuntu 7.10 (2.6.22) Red Hat Enterprise Linux Release 4 (2.6.9) Release Note: ============== Ver1.0.1 1. Support kernel version up to 2.6.26. Ver1.0 1. Official released. -End-
Platform: | Size: 297984 | Author: Jer0n | Hits:

[Otherv2.20-0247(06.09.13)AGanNo2.tar

Description: 兼容v2.20-0247的linux版本,内有源码,可编译(06.09.13)]AGanNo2 首先您需要去下载安装支持包libpcap和libnet 使用过程: 文件夹中包含的AGanNo2_0913在Linux 的2.6.15.3内核, libnet的版本1.1.2.1,libpcap的版本0.93下运行通过,如果在您的系统中不能运行,请试着重新编译编译! 编译过程: 1.解开源码包: tar -xvzf AGanNo2.tar.gz 2.编译: cd AGanNo2 make 执行: ./AGanNo2_0913 第一次会让您配置有关账户的信息,配置后会产生一个名为h3com802.1x.conf的配置文件,以后要更改账户信息,先删除h3com802.1x.conf之在运行! 您必须具有root权限才能执行之,或者您也可以更改权限使非root用户也能执行! -V2.20-0247 is compatible with the linux version, there are source code can be compiled (06.09.13)] AGanNo2 First you need to download and install a support package libpcap and libnet use process: AGanNo2_0913 contained in a folder in the Linux-2.6.15.3 kernel , libnet version 1.1.2.1, libpcap version 0.93 running under, and if your system can not run, try to re-compile to compile! Compilation process: 1. Untie Source Package: tar-xvzf AGanNo2.tar.gz 2. Compile: cd AGanNo2 make the implementation of: ./AGanNo2_0913 for the first time will let you configure the account information, configuration will produce a file named h3com802. 1x.conf configuration file later to change the account information, first delete the h3com802.1x.conf' s running! You must have root privileges to run the, or you can also change the permissions to enable non-root users can perform!
Platform: | Size: 46080 | Author: 刘帅 | Hits:

[Embeded Linuxtemper-tools-1.0.tar

Description: temper-read-temp is a program to read the temperature from a TEMPer USB thermometer. temper-read-temp is Copyright 2009 Roaring Penguin Software Inc. It may be distributed according to the terms of the GNU General Public License version 3, or (at your option) any later version. A copy of the GNU General Public License version 3 is found in COPYING. The thermometer is available at: http://www.pcsensor.com/index.php?_a=viewProd&productId=15 You need a relatively-recent Linux kernel whose "ch341" module supports control of the DTR/RTS modem control lines. Kernel 2.6.31 is known to work. To build and install the software: ./configure && make make install ("make install" needs to run as root.) To run: temper-read-temp /dev/ttyUSB0 -- David F. Skoll <dfs@roaringpenguin.com> -temper-read-temp is a program to read the temperature from a TEMPer USB thermometer. temper-read-temp is Copyright 2009 Roaring Penguin Software Inc. It may be distributed according to the terms of the GNU General Public License version 3, or (at your option) any later version. A copy of the GNU General Public License version 3 is found in COPYING. The thermometer is available at: http://www.pcsensor.com/index.php?_a=viewProd&productId=15 You need a relatively-recent Linux kernel whose "ch341" module supports control of the DTR/RTS modem control lines. Kernel 2.6.31 is known to work. To build and install the software: ./configure && make make install ("make install" needs to run as root.) To run: temper-read-temp /dev/ttyUSB0 -- David F. Skoll <dfs@roaringpenguin.com>
Platform: | Size: 46080 | Author: bobmorane | Hits:

[Embeded Linuxlibiec61850-1.2.1.tar

Description: 此库通过标准C编写,提供IEC61850的MMS协议实现的最新版ED2,兼容大多数ED1;它也提供变电站内的GOOSE通信。这个项目的目标是提供一个实现,并且这个实现非常的轻便,可以运行在嵌入式系统和小型控制器上。它还提供了很多简单的例子,可以作为我们自己的程序的开始点。 如下特性被支持: 1 ISO全协议的TCP/IP 2 静态生成IED模型,是靠SCL文件,通过C代码生成 3 动态生成IED模型,是通过API调用或者通过配置文件 4 关联服务(通过密码验证) 5 简单的和复杂的MMS变量读写服务 6 模型浏览服务(GetServerDirectory, GetDeviceDirectory …) 7 数据集服务,包括动态创建和删除数据集 8 IEC61850客户端和服务器API 9 简单的MMS客户端API(使用TASE.2) 10 带缓冲和不带缓冲的报告服务 11 客户端和服务器支持所有的IEC61850控制模型 12 GOOSE发送方和接收方代码可以单独使用 13 硬件提取层和执行可以在Linux和WIN32下 14 转变工具可以将SCL文件转成静态IED模型 15 转变工具可以将SCL文件转变为服务器配置文件 16 文件目录浏览和文件读服务(This library provides an implementation of IEC61850 on top of the MMS (Manufacturing Message Specification) protocol in standard C. It also provides support for intra-substation communication via GOOSE. The goal of this project is to provide an implementation that is very portable and can run on embedded systems and micro-controllers. Also provided is a set of simple examples that can be used as a starting point for own applications. The library also contains a .NET wrapper to allow the library to be used easily in high-level languages like C#. This implementation runs on embedded systems, embedded Linux systems as well as on desktop computers running Linux, Windows or MacOS.)
Platform: | Size: 1156096 | Author: wishfj | Hits:

CodeBus www.codebus.net