Kernel: remove PAGE_FLAGS_MASK as that was not correct anymore
After I added NXE bit, the flags mask is no longer valid
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#endif
|
||||
|
||||
#define PAGE_SIZE ((uintptr_t)4096)
|
||||
#define PAGE_FLAG_MASK ((uintptr_t)0xF)
|
||||
#define PAGE_ADDR_MASK (~(uintptr_t)0xFFF)
|
||||
|
||||
namespace Kernel
|
||||
|
||||
Reference in New Issue
Block a user