mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 12:59:18 +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