1
0
37
168
260
230
注:下面的某些结构因为很复杂,成员过多,有些没有写全,列在一起的成员变量不一定在源代码中就是连续的。1、_EPROCESS 结构 : Ps.h (/base/ntos/inc/ ) ;242typedef struct _EPROCESS { // 执行体进程块(Executive Process Block)KPROCESS Pcb; //进程控制块,即PCB 块EX_PUSH_LOCK P...