mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Implement Virtual Terminal and fix /dev/kcon
This commit is contained in:
@ -89,7 +89,7 @@ namespace Driver
|
||||
{
|
||||
if (Drivers.empty())
|
||||
{
|
||||
KPrint("\eE85230No drivers to load");
|
||||
KPrint("\x1b[1;31;41mNo drivers to load");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user