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:
Bananymous
2023-07-21 12:01:50 +03:00
parent c0029a2fa2
commit 5babd7b4f2
2 changed files with 10 additions and 6 deletions

View File

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