Add a PAGE_GLOBAL flag for kernel pages

This commit is contained in:
2018-01-04 00:45:01 +01:00
parent 470eb5e9f9
commit 9a479b1132
3 changed files with 7 additions and 6 deletions

View File

@@ -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