mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel: Write logs into dmesg from the start of the boot process
This commit is contained in:
parent
1fb6a7d893
commit
dfb538a413
Notes:
sideshowbarker
2024-07-19 12:11:06 +09:00
Author: https://github.com/deoxxa
Commit: dfb538a413
Pull-request: https://github.com/SerenityOS/serenity/pull/533
Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 4 deletions
|
@ -70,10 +70,6 @@ static void console_putch(char*&, char ch)
|
|||
{
|
||||
if (serial_debug)
|
||||
serial_putch(ch);
|
||||
if (!current) {
|
||||
IO::out8(0xe9, ch);
|
||||
return;
|
||||
}
|
||||
Console::the().put_char(ch);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue