mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Kernel: Print commandline after initializing it
This commit is contained in:
@@ -34,6 +34,7 @@ UNMAP_AFTER_INIT void CommandLine::initialize()
|
||||
{
|
||||
VERIFY(!s_the);
|
||||
s_the = new CommandLine(s_cmd_line);
|
||||
dmesgln("Kernel Commandline: {}", kernel_command_line().string());
|
||||
}
|
||||
|
||||
UNMAP_AFTER_INIT CommandLine::CommandLine(const String& string)
|
||||
|
||||
Reference in New Issue
Block a user