Add pages related macros and definitions

Este commit está contenido en:
2023-02-13 23:01:20 +01:00
padre 050f24f877
commit 2e790bd9b2
Se han modificado 3 ficheros con 20 adiciones y 1 borrados

Ver fichero

@@ -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 */
typedef struct _HARDWARE_PTE
{