mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Update error colors
This commit is contained in:
parent
7ed89bcb4c
commit
8caed0c35c
@ -36,7 +36,7 @@ namespace Driver
|
||||
{
|
||||
if (Drivers.empty())
|
||||
{
|
||||
KPrint("\eFF0000No drivers to load");
|
||||
KPrint("\eE85230No drivers to load");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ EXTERNC NIF void KernelVFS()
|
||||
vfs::USTAR *ustar = new vfs::USTAR;
|
||||
if (!ustar->TestArchive(initrdAddress))
|
||||
{
|
||||
KPrint("\eFF0000USTAR archive is invalid!");
|
||||
KPrint("\eE85230USTAR archive is invalid!");
|
||||
delete ustar;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user