Initial entry
This commit is contained in:
13
util/int/proctab.h
Normal file
13
util/int/proctab.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
Handling the proctable
|
||||
*/
|
||||
|
||||
/* $Header$ */
|
||||
|
||||
struct proc {
|
||||
size pr_nloc;
|
||||
ptr pr_ep;
|
||||
ptr pr_ff; /* first address not in proc */
|
||||
};
|
||||
|
||||
extern struct proc *proctab;
|
||||
Reference in New Issue
Block a user