-
CONFIG_LOW_RAM_SIZE
¶
Size of the low RAM region
Type: hex
Help¶
A 32-bit integer indicating the size of RAM region below address 0x10000, starting from address 0x0.
Defaults¶
- 0x00010000
Kconfig definition¶
At arch/x86/Kconfig:173
Included via Kconfig:3
Menu path: (top menu)
config LOW_RAM_SIZE
hex
prompt "Size of the low RAM region"
range 0 0x10000
default 0x00010000
help
A 32-bit integer indicating the size of RAM region below address
0x10000, starting from address 0x0.
(Definitions include propagated dependencies, including from if’s and menus.)