Changed config.aphro.example CONFIG_ALLOC_PRECISION comment.
This commit is contained in:
parent
dbe26fa433
commit
e9bf43c1ad
1 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ CONFIG_PREUSER_OUTPUT_FATAL=true
|
||||||
# Whether to build an iso with GRUB. Used in ./build.
|
# Whether to build an iso with GRUB. Used in ./build.
|
||||||
CONFIG_BUILD_GRUB=true
|
CONFIG_BUILD_GRUB=true
|
||||||
|
|
||||||
# The precision of the allocator. The size of the allocated region is divided by this to get how much to change it by each time.
|
# The precision of the allocator. The size of the allocated region is divided by this to get how much to change it by each loop iteration
|
||||||
|
# when trying to find a allocatable region.
|
||||||
CONFIG_ALLOC_PRECISION=4
|
CONFIG_ALLOC_PRECISION=4
|
||||||
# End configs
|
# End configs
|
Loading…
Add table
Reference in a new issue