mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Show error code
This commit is contained in:
parent
bcf46f8341
commit
f767d950c4
@ -194,7 +194,7 @@ namespace Driver
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
KPrint("\eE85230Failed to open driver directory: %s", Config.DriverDirectory);
|
KPrint("\eE85230Failed to open driver directory: %s! (Status: %#lx)", Config.DriverDirectory, DriverDirectory->Status);
|
||||||
CPU::Stop();
|
CPU::Stop();
|
||||||
}
|
}
|
||||||
vfs->Close(DriverDirectory);
|
vfs->Close(DriverDirectory);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user