CONFIG_LOW_RAM_SIZE

Size of the low RAM region

Type: hex

Defaults

  • 0x00010000

Kconfig definition

At arch/x86/Kconfig:90, in menu (top menu):

config LOW_RAM_SIZE
    hex
    prompt "Size of the low RAM region"
    default 0x00010000

(Definitions include propagated dependencies, including from if’s and menus.)