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

Search list

[Linux-Unixlinux-alchemy-patches-2.6.11-r000058.tar

Description: patches for linux-2.6.
Platform: | Size: 413051 | Author: 李杰 | Hits:

[Linux-Unixlinux-2.6.11.tar

Description: h内核
Platform: | Size: 46578138 | Author: gaoyuan | Hits:

[Other Databasessqlite-3.6.11 linux下安装包

Description: sqlite-3.6.11.tar.gz 嵌入式数据库sqlite的linux安装包.嵌入式数据库是指运行在本机上、不用启动服务端的轻型数据库,它与应用程序紧密集成,被应用程序所启动,并伴随应用程序的退出而终止。 SQLite的特点如下: 1、无需安装配置,应用程序只需携带一个动态链接库。 2、非常小巧,For Windows 3.3.8版本的DLL文件才374KB。 3、ACID事务支持,ACID即原子性、一致性、隔离性、和持久性(Atomic、Consistent、Isolated、和 Durable)。 4、数据库文件可以在不同字节顺序的机器间自由的共享,比如可以直接从Windows移植到Linux或MAC。 5、支持数据库大小至2TB。
Platform: | Size: 2804714 | Author: bong_chu | 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:

[Oraclelibsqlora8-2.2.11

Description: 一个很好用的Linux/Unix下Oracle OCI开发接口封装库,方便在C/C++程序中和Oracle打交道-a good use of Linux/Unix Oracle OCI interface development package for convenience in the C/C procedures and the Oracle deal
Platform: | Size: 427008 | Author: 何足道 | Hits:

[Driver Developleon3ps2.tar

Description: sparc linux2.6.11 leon3mmu 下键盘和鼠标驱动.-under the keyboard and mouse drivers.
Platform: | Size: 3072 | Author: 谭建军 | Hits:

[Linux-Unixlinux-alchemy-patches-2.6.11-r000058.tar

Description: patches for linux-2.6.
Platform: | Size: 412672 | Author: 李杰 | Hits:

[Linux-Unixlinux-0.11-040327-rh9

Description: linux0.11在redhat9环境下可以编译通过的源码。-linux0.11 in RedHat9 environment can be compiled through the source.
Platform: | Size: 171008 | Author: inhawk | Hits:

[Linux-Unixlinux-2.6.11.tar

Description: h内核-h-core
Platform: | Size: 46577664 | Author: gaoyuan | Hits:

[Embeded LinuxUDA1341TS_

Description: 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。移植过程中也曾经参考过一些资料,具体是哪位大虾的资料忘记了,在此感谢文中所参考的资料的大虾们 硬件环境:SBC-2410X开发板(CPU:S3C2410X) 内核版本:2.6.11.1 运行环境:Debian2.6.8 交叉编译环境:gcc-3.3.4-glibc-2.3.3 第一部分 声卡UDA1341TS驱动程序播放部分的移植 一、从网上将Linux内核源代码下载到本机上,并将其解压: #tar jxf linux-2.6.11.1.tar.bz2 二、打开内核顶层目录中的Makefile文件,这个文件中需要修改的内容包括以下两个方面。 -This was mainly driven transplantation is the original 2 .. 4.18 kernel drivers 1341 directly to the Transplant 2.6.11, and did not use ALSA. Transplantation process have also made reference to some information, specific information prawns who have forgotten, would like to thank the paper for reference information on the hardware environment of shrimp are: SBC-2410X development board (CPU: S3C2410X) kernel version: 2.6.11.1 Operating Environment: Debian2.6.8 cross compiler environment: gcc-3.3.4-glibc-2.3.3 the first part of the sound card driver UDA1341TS play one part of the transplant, from the Internet Linux kernel source code will be downloaded to the machine, and decompression:# tar jxf linux-2.6.11.1.tar.bz2 Second, open the core top-level Makefile in the directory file, the document need to modify the contents include the following two aspects.
Platform: | Size: 27648 | Author: 谷子 | Hits:

[Linux-Unixlinux-libc-headers-2.6.11.1

Description:
Platform: | Size: 4077568 | Author: Olli | Hits:

[Linux-UnixLinux0.11

Description: Linux0.11内核源代码 Linux0.11内核源代码-Linux0.11 kernel source code Linux0.11 kernel source code
Platform: | Size: 290816 | Author: xl | Hits:

[Linux-Unixgcclib

Description: gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz-gcclibThis gcc 1.40 suits for Linux kernel 0.11- 0.95Installtion hints----------------- This suit contains include.taz, local.taz and this README file.You must download the bootimage and rootimage and install them first.The include.taz contains all the include files for using with gcc 1.40.The local.taz contains all the gcc tools
Platform: | Size: 621568 | Author: xxxxxu | Hits:

[Linux-Unixlibxml2-2.6.32.tar

Description: 一套XML解析库,当前版本是2.6.32.-Analysis of a set of XML database
Platform: | Size: 4722688 | Author: liyong | Hits:

[StatusBarMIPv6

Description: ipverson 6 mobile ip
Platform: | Size: 634880 | Author: TU | 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:

[Linux-Unixpatch-2.6.30.3.tar

Description: Update of /cvs/pkgs/rpms/kernel/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25310 Modified Files: .cvsignore kernel.spec linux-2.6-upstream-reverts.patch sources upstream Added Files: patch-2.6.30.4.bz2.sign Removed Files: patch-2.6.30.3.bz2.sign patch-2.6.30.4-rc1.bz2.sign Log Message: * Wed Aug 05 2009 Kyle McMartin <kyle@xxxxxxxxxx> - Update to released 2.6.30.4. - Drop now-unneeded upstream reverts.-Update of /cvs/pkgs/rpms/kernel/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25310 Modified Files: .cvsignore kernel.spec linux-2.6-upstream-reverts.patch sources upstream Added Files: patch-2.6.30.4.bz2.sign Removed Files: patch-2.6.30.3.bz2.sign patch-2.6.30.4-rc1.bz2.sign Log Message: * Wed Aug 05 2009 Kyle McMartin <kyle@xxxxxxxxxx> - Update to released 2.6.30.4. - Drop now-unneeded upstream reverts.
Platform: | Size: 50176 | Author: 罗凯杰 | Hits:

[Internet-Networksimple-mipv6-2

Description: A simple TCL program for MIPv6 simulation in NS2
Platform: | Size: 2048 | Author: Azadeh | Hits:

[Embeded Linuxlibxml2-2.6.11.tar

Description: Libxml是一个有免费许可的用于处理XML、可以轻松跨越多个平台的C语言库。-Libxml is a free license for dealing with XML, you can easily across multiple platforms, C language library.
Platform: | Size: 3693568 | Author: 魏巍 | Hits:

[Linux-UnixRT5370_RT5372_Linux_STA_V2.5.0.1_DPO

Description: RT5370/5372 ABGN无线网卡linux驱动。该驱动实现了IEEE802.11的基本内容,包括BSS和IBSS模式,支持开放、共享、WPA-PSK和WPA2-PSK认证,以及WEP、TKIP、AES加密。-This is a linux device driver for Ralink RT5370/5372 ABGN WLAN Card. This driver implements basic IEEE802.11. Infrastructure and adhoc mode with open or shared or WPA-PSK or WPA2-PSK authentication method. NONE, WEP, TKIP and AES encryption.
Platform: | Size: 978944 | Author: sherry | Hits:
« 12 »

CodeBus www.codebus.net