Panic codes: Difference between revisions
It's actually BGR, but the color comes from higher 12 bits so 0x07F00010 == 0xFF7700 (this is also the color from GPU panics) |
|||
Line 43: | Line 43: | ||
| <div style="width: 60px; height: 20px; background:#AA00FF;"></div> || 0xAA00FF || Bootloader (general errors) | | <div style="width: 60px; height: 20px; background:#AA00FF;"></div> || 0xAA00FF || Bootloader (general errors) | ||
|- | |- | ||
| <div style="width: 60px; height: 20px; background:#FFFFAA;"></div> || 0xFFFFAA || Bootloader ( | | <div style="width: 60px; height: 20px; background:#FFFFAA;"></div> || 0xFFFFAA || Bootloader (booting SafeMode) [1.0.0-3.0.2] | ||
|} | |} | ||