No "woo!" and make heap split error clearer

This commit is contained in:
Liam Kerr 2026-02-10 13:33:54 +00:00
parent 663c2712fd
commit 7e7a7fcd3b
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ void handle_trap()
kpanic("Reason: Illegal Instruction\n");
break;
case 3:
kpanic("Reason: Breakpoint (ebreak) %s\n", "woo!");
kpanic("Reason: Breakpoint (ebreak)\n");
break;
case 4:
kpanic("Reason: Load Address Misaligned\n");