Changed config.aphro.example CONFIG_ALLOC_PRECISION comment.

This commit is contained in:
Arthur Beck 2025-02-13 15:56:56 -06:00
parent dbe26fa433
commit e9bf43c1ad

View file

@ -32,6 +32,7 @@ CONFIG_PREUSER_OUTPUT_FATAL=true
# Whether to build an iso with GRUB. Used in ./build.
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
# End configs