搜索资源列表
via-telecom.tar
- VIA Telecom kernel module
MCX314
- MCX314As在Linux系统中的驱动程序,在Linux系统下,直接编译成模块,插入到内核中即可-The MCX314As driver in the Linux system, Linux system directly compiled into the module, inserted into the kernel to
Kernel-Module-Programming
- 介绍linux内核模块的编程,编写linux驱动程序非常好的一本参考书,详细介绍了linux内部的编程机理-Linux kernel module programming, writing Linux drivers a very good one reference book, detailing the linux internal programming mechanism
piano
- 一个发声键盘驱动。本模块会首先禁用常规的键盘中断处理,然后将本身挂到IRQ1上,之后每次其收到键盘中断,将会读取键盘状态和按键,然后当 kernel 认为可行时运行 got_char 打印键盘事件并发出蜂鸣声。3.2.14版本linux下开发,测试可用。 -An audible keyboard driver. This module will first disable the regular keyboard interrupt handler, and then will hang i
Linux
- 介绍linux驱动模块和环境搭建,有助于初学者,主要描述Linux内核API-Introduce linux driver module and the environment to build, to help beginners, the main descr iption of the Linux kernel API
Hello_Multiple_Files
- Linux Kernel Modules Example.... One module in Multiple Files in this example.
HelloWorld
- linux内核2.6.30下开发,适应ARM2440开发板的内核模块实验程序,有助于熟悉内核模块机制-linux kernel 2.6.30 development, adaptation ARM2440 development board kernel module test procedures, contribute to the familiar kernel module mechanism
helloworld
- How to make a module in kernel linux!
swDriver
- Altera DE2 Switches Kernel Module Driver
fileaudit
- 文件操作审计,linux内核模块编程中内核与应用程序之间的通信,用netlink机制实现。-File operations audit, the Linux kernel module programming kernel and application communication between the netlink mechanism.
linux-kernel-Module
- linux 内核模块编程,内核模块编程实例,用于查看linux父子进程关系及进程状态-linux kernel module programming, kernel module programming examples for viewing linux parent and child relationships and the process status
The-Linux-Kernel-Module-Programming-Guide
- This is a very famous and popular books for linux programmer. It s was written by Peter Jay Salzman, Michael Burian and Ori Pomerantz. It s good start up for Linux kernel programming.
mygpio
- should use the general purpose input/output (GPIO) interface of the XScale architecture. Your module mygpio.ko should implement a counter operating at 1Hz-a kernel module to interface with the buttons and LEDs that connect to the soldered headers
dvbsky-firmware.tar
- Firmware for TT 4600 S2 to be uploaded using TS2022 Kernel module
The-Linux-kernel-module-Programming
- Kernel module programming. Complete guide to Unix/Linux programming.
ps2pi
- 一个基于串口的树莓派ps/2 Linux驱动.PS/2的DATA线接串口的RX线,PS/2的CLK空置。用前要测试键盘的频率。-Using two resistors, a blue LED, a few other bits, and a kernel module you can use a PS/2 keyboard by connecting it to the Pi serial port. This works because I have found that you can
hello
- 内核模块编码的简单实例 包括模块的编译,加载和卸载-linux kernel module hello, world!
test
- 以内核模块来显示进程信息(用树状结构显示系统正在运行的进程号和名称)-The kernel module to display the process information (tree structure)
dazukofs
- Linux驱动模块,用于对文件操作的实时监控-linux kernel module
hello_dev.tar
- Example of the simplest block device driver