cmake: remove reference to old BI_CAP_DYN_START

This was removed in 2016 289bf92bf0.
Additionally, 5fac9e8198 removed the
section of the comment regarding having enough room for all the
untyped caps; because otherwise "enough space for 12 caps" is
somewhat uninteresting (most of the cspace is taken up by untypeds).

Signed-off-by: julia <git.ts@trainwit.ch>
This commit is contained in:
julia
2025-06-04 16:48:53 +10:00
committed by Gerwin Klein
parent 946a412727
commit b153154382

View File

@@ -112,7 +112,8 @@ config_set(KernelPaddrUserTop PADDR_USER_DEVICE_TOP "${KernelPaddrUserTop}")
config_string(
KernelRootCNodeSizeBits ROOT_CNODE_SIZE_BITS "Root CNode Size (2^n slots) \
The acceptable range is 8-27 and 7-26, for 32-bit and 64-bit respectively. \
The root CNode needs at least enough space to contain up to BI_CAP_DYN_START."
The root CNode needs at least enough space to contain seL4_NumInitialCaps \
plus enough room for all the Untyped Caps."
DEFAULT 12
UNQUOTE
)