mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Update print statement
This commit is contained in:
parent
7c4adccf8d
commit
321305e795
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user