From: Matthias Kruk Date: Tue, 24 Sep 2019 08:32:40 +0000 (+0900) Subject: Move the per-process kernel stack to 0xffffe000 X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=db755403e2945fe9d56bcaf577b15785043f7129;p=corax Move the per-process kernel stack to 0xffffe000 --- diff --git a/config.h b/config.h index fc75863..8c8cc54 100644 --- a/config.h +++ b/config.h @@ -23,6 +23,7 @@ #define CONFIG_KERNEL_HEAP_SIZE 4096 #define CONFIG_KERNEL_STACK_SIZE 4096 +#define CONFIG_KERNEL_STACK_BASE ((void*)0xffffe000) #define CONFIG_USER_STACK_SIZE 4096 #define CONFIG_APIC 0