Kernel/InitRD: Use %p with printf()
This commit is contained in:
parent
5fc543c179
commit
8ce58e9e30
@ -116,7 +116,6 @@ void InitRD::init()
|
||||
{
|
||||
initrd_base =
|
||||
MemoryManager::get_unaligned_mappings((void*)bootboot.initrd_ptr, bootboot.initrd_size / PAGE_SIZE + 1);
|
||||
kdbgln("physical base at %lx, size %lx, mapped to %lx", bootboot.initrd_ptr, bootboot.initrd_size,
|
||||
(uint64_t)initrd_base);
|
||||
kdbgln("physical base at %lx, size %lx, mapped to %p", bootboot.initrd_ptr, bootboot.initrd_size, initrd_base);
|
||||
initrd_initialized = true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user