The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

SET_GDT && X86

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At arch/x86/core/Kconfig:57

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15arch/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" if SET_GDT && X86
    depends on SET_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.)