mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
Kernel: Print commandline after initializing it
This commit is contained in:
parent
e9ef3b59d8
commit
df84fdfd2c
Notes:
sideshowbarker
2024-07-18 17:35:48 +09:00
Author: https://github.com/supercomputer7
Commit: df84fdfd2c
Pull-request: https://github.com/SerenityOS/serenity/pull/7354
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ UNMAP_AFTER_INIT void CommandLine::initialize()
|
||||||
{
|
{
|
||||||
VERIFY(!s_the);
|
VERIFY(!s_the);
|
||||||
s_the = new CommandLine(s_cmd_line);
|
s_the = new CommandLine(s_cmd_line);
|
||||||
|
dmesgln("Kernel Commandline: {}", kernel_command_line().string());
|
||||||
}
|
}
|
||||||
|
|
||||||
UNMAP_AFTER_INIT CommandLine::CommandLine(const String& string)
|
UNMAP_AFTER_INIT CommandLine::CommandLine(const String& string)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue