CONFIG_REALMODE

boot from x86 real mode

Type: bool

Help

This option enabled Zephyr to start in x86 real mode, instead of protected mode.

Direct dependencies

X86

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At misc/Kconfig:347

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → Boot Options

config REALMODE
    bool
    prompt "boot from x86 real mode" if X86
    depends on X86
    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.)