We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6442444 + 737073a commit 9bda3e2Copy full SHA for 9bda3e2
Recommended_Settings.md
@@ -325,8 +325,8 @@ CONFIG_CFI_CLANG=y
325
## arm64
326
327
```
328
-# Disallow allocating the first 32k of memory (cannot be 64k due to ARM loader).
329
-CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
+# Disallow allocating the first 64k of memory.
+CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
330
331
# Randomize position of kernel (requires UEFI RNG or bootloader support for /chosen/kaslr-seed DT property).
332
CONFIG_RANDOMIZE_BASE=y
0 commit comments