1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 04:31:12 +00:00
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 Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00
ContiguousFramebufferConsole.cpp
ContiguousFramebufferConsole.h
GenericFramebufferConsole.cpp
GenericFramebufferConsole.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00
VGATextModeConsole.cpp
VGATextModeConsole.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00