mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:37:42 +00:00
![]() The `[[gnu::packed]]` attribute apparently lowered the required alignment of the structs, which caused the compiler to generate two 1 byte loads/stores on RISC-V. This caused the kernel to read/write incorrect values, as the device only seems to accept 2 byte operations. |
||
---|---|---|
.. | ||
Definitions.h | ||
GraphicsAdapter.cpp | ||
GraphicsAdapter.h | ||
QEMUDisplayConnector.cpp | ||
QEMUDisplayConnector.h |