-
CONFIG_REALMODE
¶
boot from x86 real mode
Type: bool
Help¶
This option enabled Zephyr to start in x86 real mode, instead of protected mode.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At misc/Kconfig:347
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → Boot Options
config REALMODE bool prompt "boot from x86 real mode" ifX86
depends onX86
help This option enabled Zephyr to start in x86 real mode, instead of protected mode.
(Definitions include propagated dependencies, including from if’s and menus.)