mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-25 21:15:00 +00:00
Revamped kernel panic functions with significant improvements
This commit is contained in:
@@ -38,7 +38,6 @@ namespace Interrupts
|
||||
/* APIC::Timer */ extern void *apicTimer[255]; // MAX_CPU
|
||||
#elif defined(aa64)
|
||||
#endif
|
||||
extern void *InterruptFrames[INT_FRAMES_MAX];
|
||||
|
||||
void Initialize(int Core);
|
||||
void Enable(int Core);
|
||||
|
Reference in New Issue
Block a user