mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 17:42:06 +00:00
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. |
||
|---|---|---|
| .. | ||
| BootFramebufferConsole.cpp | ||
| BootFramebufferConsole.h | ||
| Console.h | ||
| ContiguousFramebufferConsole.cpp | ||
| ContiguousFramebufferConsole.h | ||
| GenericFramebufferConsole.cpp | ||
| GenericFramebufferConsole.h | ||
| VGATextModeConsole.cpp | ||
| VGATextModeConsole.h | ||