搜索资源列表
-
0下载:
作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第14章、Linux终端设备驱动。在Linux系统中,终端设备非常重要,没有终端设备,系统将无法向用户反馈信息,Linux系统中包含控制台、串口和伪终端3类终端设备。14.1节阐述了终端设备的概念及分类,14.2节给出了Linux终端设备驱动的框架结构,重点讲解tty_driver结构体及其成员。14.3~14.5节在14.2节的基础上,分别讲解Linux终端设备驱动的模块加载/卸载函数和open()、cl
-
-
0下载:
内核模块编程
1)设计一模块,该模块的功能是列出系统中所有内核线程的程序名、PID号和进程状态。
2)设计一个带参数的内核模块,其参数为某个进程的PID号,该模块的功能是列出该进程的家族信息,包括父进程、兄弟进程和子进程的程序名、PID号。
-Kernel module programming
1) design a module, the module s function is to list all kernel threads of the process name, P
-
-
0下载:
Process Explorer,C+ASM source.
For every module there can be viewed:
- the memory image of the module
- the PE header of the module
- the code section as disassembled list
- the exported functions of the module
- the imported fun
-
-
0下载:
进程管理器的vc代码,通过列表框显示进程和线程模块地址等信息-The process manager VC code, through the list box displays the process and thread module address and other information.
-