-
-
-
Linux_Device_Drivers.rar
... cryptic source code comments, on how to write drivers for a wide range of devices.
Version 2.4 of the Linux kernel includes significant changes to device drivers, simplifying many activities, but providing subtle new features that can make a driver both ...
-
KmdTut.rar
It is the collection of lessons about working out Kernel Mode Driver.
-
file-cscope.zip
A shell script that used to create cscope file list for cross index.
Just put it into kernel directory, run this script, then run cscope -bk.
-
KernelSock.rar
Realization of the Kernel Sockets (Work on the TDI-level)
-
DiskMon.rar
DiskMon运行在NT4上才加载驱动,在W2k以上平台其使用kernel event tracing实现磁盘活动的监视,
但其驱动可以跑在W2k/XP/2K3/Vista上
该驱动Hook了disk的driver dispatch例程,不仅可以监视磁盘活动,稍微改下还能拦截、修改上层对磁盘的读写,
很容易就可以搞个什么 基于Disk的 xxx
-
testing.rar
A simulation of the kernel of an OS. It can run other programs and prioritize them and allow the scheduler to give them processor time according to their priority. It also has a thread running witch acts as a server and listens to localhost:5004 for ...
-
-
-
-