mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 18:21:07 +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 | ||