mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 00:58:12 +00:00
Kernel: Convert klog() => dmesgln() in init()
This commit is contained in:
parent
ac1c01cc30
commit
c8a8923842
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ extern "C" UNMAP_AFTER_INIT [[noreturn]] void init()
|
||||||
I8042Controller::initialize();
|
I8042Controller::initialize();
|
||||||
Console::initialize();
|
Console::initialize();
|
||||||
|
|
||||||
klog() << "Starting SerenityOS...";
|
dmesgln("Starting SerenityOS...");
|
||||||
|
|
||||||
TimeManagement::initialize(0);
|
TimeManagement::initialize(0);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue