This book offers 226 code recipes applicable to a variety of difficulties that may arise in the proc
This book offers 226 code recipes applicable to a variety of difficulties that may arise in the proc...
This book offers 226 code recipes applicable to a variety of difficulties that may arise in the proc...
\Delphi 图书 提供了部份章节的实例源代码。例如( \Delphi 图书\ChXX\SectionYY\Proc 提供了本书第XX章中YY节实例的源代码 文件...
data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by...
内核启动进程,是使用文件过滤驱动开发的 Kernel exec proc...
unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrl...
以前做的操作系统的课程设计,内容包括:1)编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行 2)采用模块方法,添加一个新的设备驱动程序 3)了解/proc文件的特点和使用方法,监...
内核模块同进程对话有两种主要途径。一种是通过设备文件(比如/dev 目录中的文件),另一种是使用proc文件系统。我们把一些东西写入内核的一个主要原因就是支持一些硬件设备,所以我们从设备文件开始。...
The PCI Utilities package contains a library for portable access to PCI bus configuration registers...
本章主要描叙Linux核心对文件系统的支持, 虚拟文件系统(VFS)以及Linux核心对实际文件系统的支持。 Linux的最重要特征之一就是支持多种文件系统。这样它更加灵活并可以和许多其它种...
unix下银行系统源代码,在unix运用proc*c完成对oracle数据库的访问...