kernel: formatting tweaks
This commit is contained in:
+2
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user