serenity/Kernel/Graphics/Console
Timon Kruiper 779a1d1232 Kernel/aarch64: Get framebuffer data from BootFramebufferConsole
The BootFramebufferConsole class maps the framebuffer using the
MemoryManager, so to be able to draw the logo, we need to get this
mapped framebuffer. This commit adds a unsafe API for that.
2022-10-01 14:09:01 +02:00
..
BootFramebufferConsole.cpp Kernel/aarch64: Remove specific aarch64 code in BootFramebufferConsole 2022-10-01 14:09:01 +02:00
BootFramebufferConsole.h Kernel/aarch64: Get framebuffer data from BootFramebufferConsole 2022-10-01 14:09:01 +02:00
Console.h
ContiguousFramebufferConsole.cpp
ContiguousFramebufferConsole.h
GenericFramebufferConsole.cpp
GenericFramebufferConsole.h
VGATextModeConsole.cpp
VGATextModeConsole.h