mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Update error colors
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user