serenity/Kernel/Graphics/Console
Liav A 47c1a31f89 Kernel: Support new lines when doing critical printing
If we are printing strings in the critical path, handling new lines
require us to break abstraction a bit to print new lines.

Fixes #7562.
2021-06-03 16:16:22 +01:00
..
Console.h Kernel: Support new lines when doing critical printing 2021-06-03 16:16:22 +01:00
FramebufferConsole.cpp Kernel: Support new lines when doing critical printing 2021-06-03 16:16:22 +01:00
FramebufferConsole.h Kernel: Support new lines when doing critical printing 2021-06-03 16:16:22 +01:00
TextModeConsole.cpp Kernel: Support new lines when doing critical printing 2021-06-03 16:16:22 +01:00
TextModeConsole.h Kernel: Support new lines when doing critical printing 2021-06-03 16:16:22 +01:00
VGAConsole.cpp
VGAConsole.h