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