-
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 arch/x86/core/Kconfig:57
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/x86/Kconfig:14
Menu path: (top menu) → X86 Architecture Options → Memory Layout Options
config GDT_DYNAMIC bool prompt "Store GDT in RAM so that it can be modified" ifSET_GDT
&&X86
depends onSET_GDT
&&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.
(Definitions include propagated dependencies, including from if’s and menus.)