mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
Kernel: Convert klog() => dmesgln() in init()
This commit is contained in:
@@ -164,7 +164,7 @@ extern "C" UNMAP_AFTER_INIT [[noreturn]] void init()
|
||||
I8042Controller::initialize();
|
||||
Console::initialize();
|
||||
|
||||
klog() << "Starting SerenityOS...";
|
||||
dmesgln("Starting SerenityOS...");
|
||||
|
||||
TimeManagement::initialize(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user