cmake: remove reference to old BI_CAP_DYN_START
This was removed in 2016289bf92bf0. Additionally,5fac9e8198removed 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:
parent
946a412727
commit
b153154382
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue