DRM Panic QR code generator
10 months ago
- #rust
- #kernel
- #debugging
- DRM Panic QR code generator creates QR codes for kernel panic data to simplify debugging.
- QR codes improve data density and ease of transferring debug information compared to text.
- Written in Rust for memory safety and cleaner code compared to C.
- Merged into Linux kernel version v6.12-rc1, with Arch Linux soon to enable it.
- Includes side projects: a web frontend for decoding, sample panic screens, and a standalone Rust app.
- Maintained by Jocelyn Falempe and the Rust for Linux community.