kernel: formatting tweaks

This commit is contained in:
2026-04-19 20:17:31 +01:00
parent a30401d8b1
commit 982e518cf7
2 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ static void early_vm_init(uintptr_t reserve_end)
printk("memblock: allocating from [0x%llx-0x%llx]", alloc_start, alloc_end);
memblock_reserve(0x00, reserve_end);
printk("memblock: reserved bios+kernel at [0x%016llx-0x%016llx]", 0,
printk("memblock: reserved bios+kernel at [0x%016llx-0x%016llx]",
0,
reserve_end);
}