Welcome![Sign In][Sign Up]
Location:
Search - 2.6.22

Search list

[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:

[ELanguageSC 22

Description: The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
Platform: | Size: 131072 | Author: 张先生 | Hits:

[SCMi2c_24c5.9.22

Description: 仿真AT24CXX的KEIL C51源程序,与psmain5.9.23.rar和shengfangagsi5.9.22.rar一起工作,都是原创-KEIL C51 source, and with psmain5.9.23.rar shengfangagsi5.9.22.rar work together, are originality
Platform: | Size: 26624 | Author: 张明璋 | Hits:

[assembly languageMS-DOS_6.22

Description: DOS 6.22 的源代码,汇编语言写的 ,应该对大家有用的。-DOS 6.22 of source code, written in assembly language, it should be useful to everyone.
Platform: | Size: 19863552 | Author: 王刚 | Hits:

[Embeded Linux2410-linux2.6.22-dm9000

Description: 2410最新内核linux2.6.22上dm9000网卡驱动源码,供学习参考用-err
Platform: | Size: 9216 | Author: 梁振成 | Hits:

[Disk Toolsdos6.22

Description: dos 6.22启动盘源代码,现在好像不用了,把原码贴出来,高手见笑了
Platform: | Size: 4096 | Author: Au | Hits:

[Embeded Linuxtouchscreen

Description: 基于S3C2440的四线电阻式触摸屏驱动程序,linux2.6.22内核。把touchscreen.c放在driver/input/touchscreen/下。修改arch/arm/mach-s3c2440/mach-smdk2440.c以及相应的Makefile加上驱动即可。-S3C2440 based on the four-wire resistive touch screen driver, linux2.6.22 core. Touchscreen.c on the driver/input/touchscreen/under. Arch/arm/mach-s3c2440/mach-smdk2440.c modify Makefile and the corresponding drive can be added.
Platform: | Size: 6144 | Author: ryan | Hits:

[Embeded Linuxservercode

Description: 此代码为嵌入式图片服务器,已经通过s3c2410的开发板 系统环境linux 2.6.22 下测试运行。图片的采集部分是通过usb摄像头。-This code for embedded picture server, has passed S3C2410 development board system environment to test the running linux 2.6.22. Pictures of the acquisition in part through usb camera.
Platform: | Size: 235520 | Author: 杜海浩 | Hits:

[Linux-Unixhello-world

Description: 第一个应用程序hello world (基于AT91SAM9260开发板linux2.6.22)-The first application hello world (based on the AT91SAM9260 Development Board linux2.6.22)
Platform: | Size: 3072 | Author: 陈任 | Hits:

[OtherDOS-C

Description: Microsoft DOS 6.22的源码-Microsoft DOS 6.22 Source
Platform: | Size: 384000 | Author: Clonne | Hits:

[Embeded Linuxsbull-2.6.22

Description: 基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and write pieces of equipment operation
Platform: | Size: 133120 | Author: 黄伟 | Hits:

[ELanguageasn1c_win0.9.22

Description: asn1c 0.9.22 windows版本-asn1c 0.9.22 for windows.
Platform: | Size: 12487680 | Author: songjin | Hits:

[Embeded-SCM DevelopRomDos6.22Developers

Description: Rom Dos 6.22 Developers Kit includes binaries, source code in ASM and C, and documentation. For embedded applications.
Platform: | Size: 671744 | Author: currentloops | Hits:

[Embeded Linuxuvc

Description: usb video class driver v4l1 驱动 for linux 2.6.-usb video class driver v4l1 driver for linux 2.6.22
Platform: | Size: 53248 | Author: resun | Hits:

[Linux-Unixsbull

Description: 学习linux驱动程序非常好的资料希望大家都好好学习。多多上传啊-qudong
Platform: | Size: 6144 | Author: wanglixin | Hits:

[Embeded Linuxdriver-2.6.22.6

Description: 2410板子 16键 按键扫描驱动及测试程序-16-key keypad scan driver and test procedures
Platform: | Size: 23552 | Author: 主儿乞 | Hits:

[OS programeasyVM-0.2

Description: easyVM是我的毕业设计,我很后悔做完它之后没有把它传到论坛上来。在我毕业来到珠海后的第十天,我的电脑被小偷入室盗走了,我四年时间里写的所有代码以及从成都带回来的回忆也随着硬盘的丢失而消失了。现在发上来的这份代码是我从邮箱里发给老师的一封邮件上拿回来的。 easyVM是一个简单得不能再简单的虚拟机,只模拟了8086及一些简单外设,可以跑MS-DOS 6.22。-easyVM is my graduation, I am sorry it did not finish after it reached the forum up. After graduation I went to Zhuhai in the tenth day, my computer is a thief stole burglary, four years I have written all the code, and brought back memories from Chengdu, the hard disk along with the loss of the disappeared. Well now I come to this code from the mailbox on an email sent to the teacher to get back. easyVM is a simple virtual machine could not be more simple, just some simple simulation of the 8086 and peripherals, you can run MS-DOS 6.22....
Platform: | Size: 1532928 | Author: 汪宪博 | Hits:

[Embeded Linux2.6.22.6

Description: 基于s3c2410的音频驱动移植功能实现-Drive-based portable audio s3c2410 function realization
Platform: | Size: 15360 | Author: 陈水水 | Hits:

[Otherpixman_0.22.0_vcpp10

Description: pixman 0.22 modifications for compilation in visual c++ 10
Platform: | Size: 972800 | Author: gigiame | Hits:

[Crack Hackcyrus-sasl-2.1.22

Description: 提供sasl及MD5验证 cyrus-sasl-2.1.-Provide sasl and MD5 authentication to cyrus-sasl-2.1.22
Platform: | Size: 4036608 | Author: Gavin | Hits:
« 12 3 4 5 6 7 8 9 10 ... 46 »

CodeBus www.codebus.net