diff options
Diffstat (limited to 'src/kernel/system.h')
-rw-r--r-- | src/kernel/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/system.h b/src/kernel/system.h index 9c3ae80..8d124de 100644 --- a/src/kernel/system.h +++ b/src/kernel/system.h @@ -9,7 +9,7 @@ extern void ASM_KERNEL_END(); /** * The initial stack pointer */ -extern uint32_t STACK_TOP; +uint32_t initial_esp; /** * Initialize the basic features of the OS |