-
CONFIG_SET_GDT
¶
Setup GDT as part of boot process
Type: bool
Help¶
This option sets up the GDT as part of the boot process. However, this may conflict with some security scenarios where the GDT is already appropriately set by an earlier bootloader stage, in which case this should be disabled. If disabled, the global _gdt pointer will not be available.
Symbols that select this symbol¶
Kconfig definition¶
At arch/x86/core/Kconfig:47
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/x86/Kconfig:30
Menu path: (top menu) → X86 Architecture Options → Memory Layout Options
config SET_GDT bool prompt "Setup GDT as part of boot process" ifX86
default "y" ifX86
depends onX86
help This option sets up the GDT as part of the boot process. However, this may conflict with some security scenarios where the GDT is already appropriately set by an earlier bootloader stage, in which case this should be disabled. If disabled, the global _gdt pointer will not be available.
(Definitions include propagated dependencies, including from if’s and menus.)