Kernel: Show QR code with panic logs on kernel panic

This makes debugging on real hardware easier!
This commit is contained in:
2025-10-27 17:27:24 +02:00
parent f519cb2cc0
commit 5f61581e1d
4 changed files with 235 additions and 8 deletions

View File

@@ -74,6 +74,8 @@
namespace Debug
{
void dump_stack_trace();
void dump_qr_code();
void putchar(char);
void print_prefix(const char*, int);