From 546fee7890899af1cee136d7e6f93e164bdc9d4f Mon Sep 17 00:00:00 2001 From: Max Wash Date: Thu, 30 Apr 2026 19:02:56 +0100 Subject: [PATCH] x86_64: adjust formatting --- arch/x86_64/init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/x86_64/init.c b/arch/x86_64/init.c index a9a084a..835ccbd 100644 --- a/arch/x86_64/init.c +++ b/arch/x86_64/init.c @@ -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]",