搜索资源列表
proc
- Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构 、 改变内核设置的机制 。 本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。-The Linux kernel provides a pass/proc file system, operated at the time of accessing kernel internal data structures, changes to the kernel setting mec
2intauart
- LPC2000 中断和串口程序,ARM开启两个中断源Eint1与Eint2,分别用一个按钮来控制。在没有中断的时候两个LED都缓慢闪烁,当任何一个中断被出发的时候,对应的LED会急促闪烁,逐渐回复正常。 此外,使用一个串口来发送当前状态,在无中断的时候发送正常状态报告,当有中断的时候,串口发送中断源。 -lpc2000 interrupt and uart proc,tow interrupt resorces and seperately control tow led2 and se
base
- proc base directory handling functions driver for Linux.
proc-cPP-oracle
- 链接oracle数据库,使用proc方法,进行过测试,不过我是新手不能配置成功-Link oracle database, use the proc method has been tested, but I can not be configured novice
ramdisk
- ramdisk驱动,proc文件系统接口,md5算法-ramdisk driver, proc file system interface, md5 algorithm
my_proc
- 实现Linux系统下/proc文件的创建和删除,包括Makefile文件。-Achieve the Linux system/proc file creation and deletion, including the Makefile.
readinfo
- 通过读取/proc文件实现对Linux系统硬件信息的显示。-By reading the/proc file system to achieve the display hardware information on Linux.
testdrv
- 这是一个fl2440 按键中断驱动文件,arm9(s3c2440开发平台),按下开发板按钮开关1,便可测试,通过cat /proc/interrupts 命令在include/arch/irqs.h 可查证。-This is a key interrupt-driven file fl2440, arm9 (s3c2440 development platform), press the button to switch a development board, can be tested by
VMA
- 虚拟内存管理实验。 在Linux环境下编写一个内核模块,分别实现如下几个函数: static void mtest_dump_vma_list(void):依次列出当前进程所占用的虚拟内存空间各段的读、写或执行权限。 static void mtest_find_vma(unsigned long addr):查找出虚拟地址addr所在的vma,并通过printk打印该段的起始地址、终止地址和段标志等信息。 static void