summaryrefslogtreecommitdiff
path: root/include/kernel/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/memory.h')
-rw-r--r--include/kernel/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kernel/memory.h b/include/kernel/memory.h
index 7217427..97073b3 100644
--- a/include/kernel/memory.h
+++ b/include/kernel/memory.h
@@ -1,5 +1,7 @@
#include <stdint.h>
+#define NPAGES 2048
+
#define PGENT 1024
typedef uint32_t pte_t;