Kernel: Move page macros to Types.h
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
#define PAGE_FLAG_MASK ((uintptr_t)0xFFF)
|
||||
#define PAGE_ADDR_MASK (~PAGE_FLAG_MASK)
|
||||
|
||||
namespace Kernel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user