more sanity checking. sanity checking disabled by default.
give every process a full pagetable by default now. first step to disabling kernel page table code (processes might not have page tables -> no address translation).
This commit is contained in:
@@ -104,6 +104,8 @@ struct proc {
|
||||
|
||||
#if DEBUG_SCHED_CHECK
|
||||
int p_ready, p_found;
|
||||
#define PMAGIC 0xC0FFEE1
|
||||
int p_magic; /* check validity of proc pointers */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user