Description: This paper documents the results of the performance testing of netfilter, the firewalling subsystem of the Linux kernel. We compared the performance of two different hardware configurations and measured the throughput at plain routing, connection tracking, filtering and NAT. We also examined the dependency of the performance on the number or rules for iptables, nf-hipac and ipset. Platform: |
Size: 317235 |
Author:wangtao_32801@126.com |
Hits:
Description: linux 下CS8900驱动程序,适用于linux 2.4内核,移植时修改总线访问方式就可以了-under linux CS8900 driver, applicable to the linux 2.4 kernel. Bus transplantation changes can visit on the way Platform: |
Size: 8192 |
Author:tanyunxin |
Hits:
Description: Linux 2.4内核字符设备驱动开发实例。
是Linux下驱动开发人员再好不过的参考源码。编译之后加载驱动,附有测试程序进行驱动的测试!
Linux kernel 2.4 char device driver
example.-character device driver development example. Linux is driven development staff a better reference source. After loading compiler- driven, with the testing process-driven test! Linux kernel 2.4 char device driver example. Platform: |
Size: 4096 |
Author: |
Hits:
Description: Linux环境下的Modbus驱动程序源码,里面还有一个小例子(This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. )
-Linux environment Modbus driver source code, there is also a small example (This is a Linux kernel driver (2.2.1 9 2.4) for the Modicon ISA and PCI SA85-85 cards. It is written in C and includes example shell scr ipts for administration. and an example client program.) Platform: |
Size: 24576 |
Author:xianshui |
Hits:
Description: Linux 2.4.18 s3c2440 led driver
使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。
insmod main.o //安裝模組
mknod /dev/leds c 221 0
使用方法:
int main(int argc, char *argv[])
{
int testdev
//led test...
testdev = open("/dev/QuickMarkLed",O_RDWR)
ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1
ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1
close(testdev)
return 0
}
-Linux 2.4.18 s3c2440 led driver to use dev-C++ Writing, the need for linux 2.4.18 kernel include, compiled after the completion of led module. insmod main.o// install the module mknod/dev/leds c 221 0 to use: int main (int argc, char* argv []) (int testdev// led test ... testdev = open (/ dev/QuickMarkLed , O_RDWR) ioctl (testdev, 2, 1)// ioctl (device, led number, open/close) open = 1 ioctl (testdev, argv [1] [0]- 0, argv [2] [0]- 0 )// ioctl (device, led number, open/close) open = 1 close (testdev) return 0) Platform: |
Size: 5120 |
Author:Jia-Yang Chen |
Hits:
Description: nrf905无线通信模块的linux驱动,其中linux内核的是2.4,主要功能是接收节点的数据并通过TCP网络编程传给上位机-nrf905 wireless communication module linux driver, which is a linux kernel 2.4, the main function is to receive the data node and pass through the TCP PC Network Programming Platform: |
Size: 14336 |
Author:盟我 |
Hits:
Description: 压缩包内是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 Platform: |
Size: 29132800 |
Author:jimowuxin |
Hits: