CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Linux 2
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Linux 2 - List
[
Documents
]
基于TQ2440开发板的Linux-2.6.30.4的网络摄像机的实现_20091210
DL : 0
基于TQ2440开发板的Linux-2.6.30.4的网络摄像机的实现_20091210
Date
: 2010-11-24
Size
: 1.02mb
User
:
shandabogo@hotmail.com
[
Books
]
linux设备驱动程序开发详解
DL : 0
详细讲述了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
Date
: 2010-11-29
Size
: 23.92mb
User
:
zxx000
[
Windows Kernel
]
gnugk-2.3.4-linux-x86
DL : 0
基于linux的软交换服务器的GateKeeper程序
Date
: 2011-02-24
Size
: 2.95mb
User
:
cczhang
[
Documents
]
Linux网络编程
DL : 0
这是Linux web方面的资料,非常详细,适合初学者学习
Date
: 2011-04-26
Size
: 1.99mb
User
:
tianhuabanban
[
SourceCode
]
s3c6410 linux opengles source
DL : 1
s3c6410 linux opengles source
Date
: 2011-07-28
Size
: 4.96mb
User
:
cpsoft
[
Linux-Unix
]
Linux 2.6.31.13 kernel
DL : 0
Linux custom kernel 2.6.31
Date
: 2012-02-24
Size
: 74.69mb
User
:
quangtran79@ymail.com
[
OS program
]
linux-2.4.20
DL : 0
linux内核源代码,对于程序开发人员具有很大的参考价值。-Linux kernel source code, developers have great reference value.
Date
: 2025-07-07
Size
: 36.42mb
User
:
邵书超
[
Internet-Network
]
cs8900a-cdrom
DL : 0
linux 下CS8900驱动程序,适用于linux 2.4内核,移植时修改总线访问方式就可以了-under linux CS8900 driver, applicable to the linux 2.4 kernel. Bus transplantation changes can visit on the way
Date
: 2025-07-07
Size
: 8kb
User
:
tanyunxin
[
Embeded Linux
]
ST16C554-linux26
DL : 0
本代码是ST16C554在Linux 2.6内核下的驱动代码。 从网上查了好多次,都没有找到,只能自己写了。 供各位开发同仁参考。 注意: 本代码有一个缺陷,就是每次收代码只能够收前16个,其余的会收不到。我找了好长时间,不知道是哪里的问题。请各位调好后,给我发封mail告知,我的email:uclinux@263.net。谢谢。-ST16C554 this code is in Linux kernel 2.6 drivers under the code. Online search from the good times, no one has found only himself wrote a. For the reference to the development of colleagues. Note : This code is a deficiency is that each code can only be received before 16 admission, the rest will be unable to collect any. I look for a good long time, do not know where the problem is. Members stressed good, I made this closure mail, my email : uclinux@263.net. Thank you.
Date
: 2025-07-07
Size
: 13kb
User
:
王强
[
Embeded Linux
]
ST16C554-linux2.6.14
DL : 0
Linux 2.6内核下的16C554驱动程序源代码,工作在68模式下,其中包括驱动程序文档。-the 16C54 driver source code, the 68 model, including the driver documentation.
Date
: 2025-07-07
Size
: 172kb
User
:
王强
[
Embeded Linux
]
usb_scanner_driver
DL : 0
Driver for USB Scanners (linux-2.6)-Driver for USB Scanners (linux- 2.6)
Date
: 2025-07-07
Size
: 18kb
User
:
陶昱良
[
Linux-Unix
]
2.6.14
DL : 0
linux-2.6内核SD卡驱动,备有Makefile 选择使用的交叉编译器把编译出的.ko文件加入开发环境中运行-linux-2.6 kernel SD card driver, Makefile with the option of using the cross compiler to compile out. ko file to run the development environment
Date
: 2025-07-07
Size
: 41kb
User
:
wang
[
Linux-Unix
]
linux-2.4.0
DL : 0
讲述linux的初始化过程,初学者可以认真学习一下-The initialization process on linux, beginners can seriously study the
Date
: 2025-07-07
Size
: 38.74mb
User
:
wangtao
[
Linux-Unix
]
linux-2.6.24.7
DL : 0
linux内核源码,与所有的菜鸟共享。如有疑问可与本人联系,共同探讨-linux kernel source code, with all the rookie sharing. If you have any questions I can contact to discuss
Date
: 2025-07-07
Size
: 56.74mb
User
:
zhly
[
Embeded-SCM Develop
]
linux-2.6.28_s3c2410_mtd
DL : 0
基于linux-2.6.28的mtd驱动,S3C2410、2440的设备分区-Linux-2.6.28 based on the mtd driver, S3C2410, 2440 District of equipment
Date
: 2025-07-07
Size
: 1.31mb
User
:
唐海涛
[
Linux-Unix
]
linux-2.6.29
DL : 0
linux-2.6.29 最新的linux内核,应用于arm开发中-linux-2.6.29 latest linux kernel, used in arm development
Date
: 2025-07-07
Size
: 9.59mb
User
:
陈自远
[
Linux-Unix
]
linux-2.6.10-ov511
DL : 0
Linux 2.6内核环境下OV511 + ov7620驱动芯片驱动, USB接口,适用于该芯片的组合摄像头图像采集。-Linux 2.6 kernel under the environment of the OV511+ ov7620 driver chip preparation, USB interface, suitable for use in the chip under the combination of camera image acquisition.
Date
: 2025-07-07
Size
: 32kb
User
:
panzekai
[
Linux-Unix
]
linux-2.6.14
DL : 0
飞凌公司TE2410开发板自带的linux2.6.14内核源代码,内核中加入了cs8900a网卡,串口1,2,3驱动,USB HOST驱动,USB摄像头驱动(ov511芯片),声卡驱动,液晶屏驱动,开机图片-TE2410 development board飞凌company linux2.6.14 own kernel source code, the kernel is added to the network card cs8900a, 1,2,3-driven serial, USB HOST driver, USB camera driver (ov511 chip), sound card driver , LCD driver, boot image
Date
: 2025-07-07
Size
: 54.95mb
User
:
wangjun
[
Linux-Unix
]
Linux-2.4.0-kernel-source
DL : 0
压缩包内是Linux 2.4.0的内核源码 主要是用于大家学习,可能内容有一些不完善,想望大家谅解-Compressed within a Linux 2.4.0 kernel source is mainly used them to learn, the content may have some imperfections, the understanding we desire
Date
: 2025-07-07
Size
: 27.78mb
User
:
jimowuxin
[
ARM-PowerPC-ColdFire-MIPS
]
arm_linux-2.6.21_s3c2440
DL : 0
linux-2.6.21 内核 基于arm_s3c2440-linux-2.6.21 kernel-based arm_s3c2440
Date
: 2025-07-07
Size
: 8.89mb
User
:
周江坤
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.