mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-29 15:02:05 +00:00
implemented interrupts handler & stub crash screen
This commit is contained in:
13
Core/crashhandler.hpp
Normal file
13
Core/crashhandler.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __FENNIX_KERNEL_CRASH_HANDELR_H__
|
||||
#define __FENNIX_KERNEL_CRASH_HANDELR_H__
|
||||
|
||||
#include <types.h>
|
||||
#include <cpu.hpp>
|
||||
|
||||
namespace CrashHandler
|
||||
{
|
||||
void EHPrint(const char *Format, ...);
|
||||
void Handle(void *Data);
|
||||
}
|
||||
|
||||
#endif // !__FENNIX_KERNEL_CRASH_HANDELR_H__
|
Reference in New Issue
Block a user