mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 06:02:34 +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. |
||
|---|---|---|
| .. | ||
| 3dfx | ||
| Bochs | ||
| Console | ||
| Generic | ||
| Intel | ||
| VirtIO | ||
| VMWare | ||
| Definitions.h | ||
| DisplayConnector.cpp | ||
| DisplayConnector.h | ||
| GenericGraphicsAdapter.h | ||
| Management.cpp | ||
| Management.h | ||