add NOPHYS which means no physical memory
This commit is contained in:
@ -162,6 +162,8 @@
|
||||
#define USER_STACK_NR_PAGES 8192
|
||||
#define KERNEL_STACK_NR_PAGES 25
|
||||
|
||||
#define NOPHYS ((uintptr_t)-1)
|
||||
|
||||
#include <waitq.h>
|
||||
#include <futex.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user