1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 17:35:06 +00:00
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 Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00
VGAConsole.h Kernel/Graphics + SystemServer: Support text mode properly 2021-05-16 19:58:33 +02:00