Skip to content

Commit

Permalink
Kernel: Print commandline after initializing it
Browse files Browse the repository at this point in the history
  • Loading branch information
supercomputer7 authored and linusg committed May 21, 2021
1 parent e9ef3b5 commit df84fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/CommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit df84fdf

Please sign in to comment.