mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 15:57:34 +00:00
Kernel: Implement __panic() for the aarch64 Kernel
Now that dump_backtrace() works, we can actually print a helpful backtrace when the Kernel panics.
This commit is contained in:
parent
e7cf591ec0
commit
e81e1fa9c8
4 changed files with 26 additions and 10 deletions
|
@ -24,16 +24,6 @@ READONLY_AFTER_INIT Thread* g_finalizer;
|
|||
|
||||
}
|
||||
|
||||
// Panic
|
||||
namespace Kernel {
|
||||
|
||||
void __panic(char const*, unsigned int, char const*)
|
||||
{
|
||||
for (;;) { }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Random
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue