From bb2a6b4d93512e8afc1b1999eb58f1f506cc27ae Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 26 Jan 2020 18:38:36 +0100 Subject: Magic commit Some things work, others don't. --- src/kernel/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/system.h') 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 -- cgit v1.2.3