mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
Kernel: Write logs into dmesg from the start of the boot process
This commit is contained in:
committed by
Andreas Kling
parent
1fb6a7d893
commit
dfb538a413
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user