1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-29 17:25:10 +00:00
serenity/Kernel/Graphics/Console
Tom 24f2f3ba4e Kernel: Set up an initial boot framebuffer console
Instead of seeing a black screen until GraphicsManagement was fully
initialized, this allows us to see the console output much earlier.
So, if the bootloader provided us with a framebuffer, set up a console
as early as possible.
2022-02-04 21:34:12 +01:00
..
BootFramebufferConsole.cpp Kernel: Set up an initial boot framebuffer console 2022-02-04 21:34:12 +01:00
BootFramebufferConsole.h Kernel: Set up an initial boot framebuffer console 2022-02-04 21:34:12 +01:00
Console.h Kernel: Remove unused String.h includes 2021-12-11 13:15:26 -08:00
ContiguousFramebufferConsole.cpp Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
ContiguousFramebufferConsole.h Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
GenericFramebufferConsole.cpp Kernel: Separate GenericFramebufferConsole implementation 2022-02-04 21:34:12 +01:00
GenericFramebufferConsole.h Kernel: Separate GenericFramebufferConsole implementation 2022-02-04 21:34:12 +01:00
TextModeConsole.cpp Kernel/Graphics: Send correct parameters to text console clear method 2022-01-23 00:33:45 +00:00
TextModeConsole.h Kernel: Make TextModeConsole store VGA window base as VirtualAddress 2021-09-08 20:16:00 +02:00
VGAConsole.cpp Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
VGAConsole.h Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00