feat: OSPanic(message)
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
#include <types.h>
|
||||
#include <Arch/Exceptions.h>
|
||||
|
||||
__attribute__((noreturn)) void OSPanicException(ExceptionsContext* frame);
|
||||
__attribute__((noreturn)) void OSPanicException(ExceptionsContext* frame);
|
||||
__attribute__((noreturn)) void OSPanic(const ASCII* message);
|
||||
Reference in New Issue
Block a user