diff --git a/kernel_vfs.cpp b/kernel_vfs.cpp index 0ea98ca..65598ed 100644 --- a/kernel_vfs.cpp +++ b/kernel_vfs.cpp @@ -42,7 +42,7 @@ EXTERNC NIF void KernelVFS() if (strcmp(bInfo.Modules[i].CommandLine, "initrd") == 0) { - KPrint("initrd found at %p", bInfo.Modules[i].Address); + KPrint("initrd found at %#lx", bInfo.Modules[i].Address); static char initrd = 0; if (!initrd++) {