搜索资源列表
ffuart.tar
- In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
The Linux MTD驱动
- linux mtd驱动开发 关于如何编写嵌入式mtd驱动的好文章-Driver Development on how to write embedded MTD driver a good article
usb-driver
- 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardwar
linuxserialdriver
- linux下的串口驱动程序,适用于移植到不同的平台上去,无密码-the serial driver, apply to migrate to a different platform. Without passwords
Samsung-driver
- Samsung S3C24xx SD/MMC 驱动 This a MMC/SD driver for the Samsung S3C24xx SD/MMC controller, originally developed years ago by Thomas Kleffel <tk@maintech.de>. Due to time constraints, he had no time to further maintain the driver and f
点阵液晶模块
- 点阵液晶模块,LINUX下字符点阵的一种实现方法-dot-matrix LCD module, LINUX character of a lattice method
Linux-Windows_TEXT
- 由于Linux和Windows文件系统所定义的换行符不同,所以从Linux或Android到Windows的文件需要转换一下换行符。 是一个很使用的小工具。 由本人亲自编写,本来在网上下载过别人写的工具,真是很扯淡。一气之下,本人就自己用C++ 写了。-Due to the different the newline defined by the Linux and Windows file system, so to the Windows files from Linux
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
swapfs-2.1
- This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide a temporary storage area formated to the FAT file system.-This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide
romfs
- I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk layout its a good choice for an
Linux_driver
- 介绍linux下驱动开发入门的好资料,是个很好的入门级读物-Introduction under the linux-driven development of good data entry is a good entry-level reading materials
wimax-i2400m-1.4.1
- Driver for the Intel Wireless Wimax Connection 2400m (C) 2008 Intel Corporation < linux-wimax@intel.com > This provides a driver for the Intel Wireless WiMAX Connection 2400m and a basic Linux kernel WiMAX stack. - Driver fo
ntfs-3g-2009.4.4
- he NTFS-3G driver is a freely and commercially available and supported read/write NTFS driver for Linux, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating systems. It provides safe and fast handling of the Windows XP, Windows Se
LINUX-Pem-Driver
- IPWireless 3G PEM linux source driver and installation document. This document does not detail the high level driver design, contained in [1]. It does detail some useful features that may be used on the Linux platform to aid testing and verificatio
mm-dram
- This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
rfsd-0.25.3
- Linux下的ReiserFS可谓给文件系统带来了一次革命,发明者凭借其独创的Dancing B-Tree独步武林,可惜最近深陷牢狱之灾(不是prision break,而是因为杀人案)。这是一份Windows下访问Linux RFS的源码-Linux can be described under the ReiserFS file system to bring about a revolution, with its original inventor Dancing B-Tree only
hello_world
- 简单的驱动模块程序:hello world-a linux driver:hello world
linux_driver_2.03
- 这是一个dm9161的驱动linux程序编码-This is a program code linux driver dm9161
Understanding_the_Linux_Kernel
- 本书内容:内存管理,包括文件缓冲,进程交换和直接内存访问(DMA;虚拟文件系统层和第二和第三的扩展文件系统;;进程创建和调度;信号,中断和设备驱动程序的基本接口等-Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it s more than just an academic exercise. You ll learn what conditions bring
swapfs-3.0
- 一个windows的磁盘过滤驱动,使用LINUX的SWAP分区作为一个格式化为FAT的临时存储区域。-A Windows disk filter driver, LINUX SWAP partition as a temporary storage area of a formatted as FAT.