CONFIG_RAM_SIZE

Size of the RAM region assigned to the hypervisor

Type: hex

Defaults

  • 0x02000000

Kconfig definition

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

config RAM_SIZE
    hex
    prompt "Size of the RAM region assigned to the hypervisor"
    default 0x02000000

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