-
CONFIG_X86_EXCEPTION_STACK_SIZE
¶
Size of the exception stack(s)
Type: int
Help¶
The exception stack(s) (one per CPU) are used both for exception processing and early kernel/CPU initialization. They need only support limited call-tree depth and must fit into the low core, so they are typically smaller than the ISR stacks.
Default¶
4096
Kconfig definition¶
At <Zephyr>/arch/x86/core/Kconfig.intel64:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/x86/Kconfig:328
Menu path: (Top) → X86 Architecture Options
config X86_EXCEPTION_STACK_SIZE int "Size of the exception stack(s)" default 4096 depends onX86_64
&&X86
help The exception stack(s) (one per CPU) are used both for exception processing and early kernel/CPU initialization. They need only support limited call-tree depth and must fit into the low core, so they are typically smaller than the ISR stacks.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)