Add panic/stack trace display on fb for real hardware debug

This commit is contained in:
2026-03-10 09:48:14 +01:00
parent 6fc28806e2
commit b9c77a316a
3 changed files with 36 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ bool iran = false;
// Never gets executed although pedicel is scheduled?
void pedicel_main(void* arg)
{
//panic(NULL, "test");
bool iran = true;
// FROM THE NEXT LINE ONWARDS, CANNOT WRITE TO FRAMEBUFFER WITHOUT PAGE FAULT!
//printf("\n\nWelcome to PepperOS! Pedicel speaking.\nNothing left to do, halting the system!");