System console is back
This commit is contained in:
parent
945ad0e907
commit
94a8f74ada
3 changed files with 21 additions and 8 deletions
|
@ -15,7 +15,7 @@ extern "C"
|
|||
void
|
||||
kearly()
|
||||
{
|
||||
kernel::Console console;
|
||||
auto console = kernel::Console::systemConsole();
|
||||
console.clear(kernel::Console::Color::Blue);
|
||||
console.writeString("Loading system ...\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue