Skip to content

Commit 9bda3e2

Browse files
authored
Merge pull request #5 from a13xp0p0v/mmap_min_addr-fix
Fix the CONFIG_DEFAULT_MMAP_MIN_ADDR recommendation for arm64
2 parents 6442444 + 737073a commit 9bda3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Recommended_Settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ CONFIG_CFI_CLANG=y
325325
## arm64
326326

327327
```
328-
# Disallow allocating the first 32k of memory (cannot be 64k due to ARM loader).
329-
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
328+
# Disallow allocating the first 64k of memory.
329+
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
330330
331331
# Randomize position of kernel (requires UEFI RNG or bootloader support for /chosen/kaslr-seed DT property).
332332
CONFIG_RANDOMIZE_BASE=y

0 commit comments

Comments
 (0)