Add pages related macros and definitions
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-02-13 23:01:20 +01:00
父節點 050f24f877
當前提交 2e790bd9b2
共有 3 個文件被更改,包括 20 次插入1 次删除

查看文件

@@ -12,6 +12,11 @@
#include <xtbase.h>
/* Pages related definitions */
#define MM_PAGE_MASK 0xFFF
#define MM_PAGE_SHIFT 12
#define MM_PAGE_SIZE 4096
/* Page Table entry structure definition (with PAE support) */
typedef struct _HARDWARE_PTE
{