Add a PAGE_GLOBAL flag for kernel pages
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define PAGE_PRESENT 0x001
|
||||
#define PAGE_WRITE 0x002
|
||||
#define PAGE_HUGE 0x080
|
||||
#define PAGE_GLOBAL 0x100
|
||||
|
||||
#define PAGE_SIZE 0x1000
|
||||
#define ENTRIES_PER_PT 512
|
||||
|
||||
Reference in New Issue
Block a user