Implement PCD (page cache disable) paging bit
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define MM_PG_PRESENT (1 << 0)
|
||||
#define MM_PG_RW (1 << 1)
|
||||
#define MM_PG_USER (1 << 2)
|
||||
#define MM_PG_NOCACHE (1 << 3)
|
||||
|
||||
uintptr_t mm_alloc_user_pd_phys (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user