From e9bf43c1ad33ca8502b68ddc2e763ba868dd39e5 Mon Sep 17 00:00:00 2001 From: Arthur Beck Date: Thu, 13 Feb 2025 15:56:56 -0600 Subject: [PATCH] Changed config.aphro.example CONFIG_ALLOC_PRECISION comment. --- kernel/config.aphro.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/config.aphro.example b/kernel/config.aphro.example index c987260..5023f4c 100644 --- a/kernel/config.aphro.example +++ b/kernel/config.aphro.example @@ -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 \ No newline at end of file