From 321305e795f7c0f057eb975886f1bf941e11d9ce Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Tue, 5 Mar 2024 01:04:02 +0200 Subject: [PATCH] Update print statement --- kernel_vfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel_vfs.cpp b/kernel_vfs.cpp index 0ea98ca5..65598ed2 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++) {