mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Replace debug statement with KPrint
This commit is contained in:
parent
000273aea0
commit
0fd804abab
@ -42,7 +42,7 @@ EXTERNC NIF void KernelVFS()
|
||||
|
||||
if (strcmp(bInfo.Modules[i].CommandLine, "initrd") == 0)
|
||||
{
|
||||
debug("Found initrd at %p", bInfo.Modules[i].Address);
|
||||
KPrint("initrd found at %p", bInfo.Modules[i].Address);
|
||||
static char initrd = 0;
|
||||
if (!initrd++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user