Give RS a page table.
This commit is contained in:
12
kernel/perf.h
Normal file
12
kernel/perf.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef PERF_H
|
||||
#define PERF_H
|
||||
|
||||
/* This header file defines all performance-related constants and macros. */
|
||||
|
||||
/* Enable copy-on-write optimization for safecopy. */
|
||||
#define PERF_USE_COW_SAFECOPY 0
|
||||
|
||||
/* Use a private page table for critical system processes. */
|
||||
#define PERF_SYS_CORE_FULLVM 0
|
||||
|
||||
#endif /* PERF_H */
|
||||
Reference in New Issue
Block a user