diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/include/mm/physical_mm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/include/mm/physical_mm.h b/kernel/include/mm/physical_mm.h index 3075bf9..abdf178 100644 --- a/kernel/include/mm/physical_mm.h +++ b/kernel/include/mm/physical_mm.h @@ -28,7 +28,10 @@ #define BITMAP_ENTRY_SIZE 32 -/* This is the maximum number of blocks for a 4GiB system. */ +/* + * This is the maximum number of blocks for a 4GiB system + * => 4GiB / 4KiB + */ #define MAX_BLOCKS 1048576 namespace PhysicalMM |