serenity/Kernel/Graphics/Console
Timon Kruiper 15b818cd57 Kernel/aarch64: Remove specific aarch64 code in BootFramebufferConsole
The MemoryManager now works, so we can use the same code as on x86 to
map the framebuffer. Since it uses the MemoryManager, the initialization
of the BootFramebufferConsole has to happen after the MemoryManager is
working.
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: Remove specific aarch64 code in 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 Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
ContiguousFramebufferConsole.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GenericFramebufferConsole.cpp Kernel/Console: Fix gaps between background glyph color 2022-06-11 12:19:29 +01:00
GenericFramebufferConsole.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00
VGATextModeConsole.cpp Kernel: Remove stale includes of x86 IO header file 2022-09-20 18:43:05 +01:00
VGATextModeConsole.h Kernel: Mark Console::{hide,show}_cursor methods protected 2022-09-20 20:51:03 +01:00