ladybird/Kernel/Graphics/Console
Daniel Bertalan 96f89d14a3 Kernel: Fix memory mapping size of the BootFramebufferConsole
The Multiboot header stores the framebuffer's pitch in bytes, so
multiplying it by the pixel's size is not necessary. We ended up
allocating 4 times as much memory as needed, which caused us to overlap
the MMIO reserved memory area on the Raspberry Pi.
2023-05-17 01:38:03 -06:00
..
BootFramebufferConsole.cpp Kernel: Fix memory mapping size of the BootFramebufferConsole 2023-05-17 01:38:03 -06:00
BootFramebufferConsole.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
Console.h
ContiguousFramebufferConsole.cpp
ContiguousFramebufferConsole.h
GenericFramebufferConsole.cpp
GenericFramebufferConsole.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
VGATextModeConsole.cpp
VGATextModeConsole.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00