x86_64: adjust formatting

This commit is contained in:
2026-04-30 19:02:56 +01:00
parent 5654c02f36
commit 546fee7890
+3 -1
View File
@@ -56,7 +56,9 @@ static void early_vm_init(uintptr_t reserve_end)
uintptr_t alloc_end = VM_KERNEL_VOFFSET + 0x7fffffff;
memblock_init(alloc_start, alloc_end, VM_KERNEL_VOFFSET);
printk("memblock: allocating from [0x%llx-0x%llx]", alloc_start, alloc_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]",