-
CONFIG_GDT_DYNAMIC
¶
Store GDT in RAM so that it can be modified
Type: bool
Help¶
This option stores the GDT in RAM instead of ROM, so that it may be modified at runtime at the expense of some memory.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/arch/x86/core/Kconfig.ia32:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/x86/Kconfig:327
Menu path: (Top) → X86 Architecture Options → Memory Layout Options → Setup GDT as part of boot process
config GDT_DYNAMIC bool "Store GDT in RAM so that it can be modified" depends onSET_GDT
&& !X86_64
&&X86
help This option stores the GDT in RAM instead of ROM, so that it may be modified at runtime at the expense of some memory.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)