summaryrefslogtreecommitdiffstats
path: root/include/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/memory.h')
-rw-r--r--include/memory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/memory.h b/include/memory.h
index 901060c..3e97bcf 100644
--- a/include/memory.h
+++ b/include/memory.h
@@ -7,8 +7,6 @@
typedef uintptr_t physptr_t;
typedef uintptr_t virtptr_t;
-#define KERNEL_STACK_SIZE 0x1000
-
void mapping_setup_init(void);
void mapping_setup(objdir_entry_t *mapping);