mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
chore: Update makefiles & macros
This commit is contained in:
@ -30,13 +30,13 @@ namespace Interrupts
|
||||
#define INT_FRAMES_MAX 8
|
||||
#endif
|
||||
|
||||
#if defined(a64)
|
||||
#if defined(__amd64__)
|
||||
/* APIC::APIC */ extern void *apic[255]; // MAX_CPU
|
||||
/* APIC::Timer */ extern void *apicTimer[255]; // MAX_CPU
|
||||
#elif defined(a32)
|
||||
#elif defined(__i386__)
|
||||
/* APIC::APIC */ extern void *apic[255]; // MAX_CPU
|
||||
/* APIC::Timer */ extern void *apicTimer[255]; // MAX_CPU
|
||||
#elif defined(aa64)
|
||||
#elif defined(__aarch64__)
|
||||
#endif
|
||||
|
||||
void Initialize(int Core);
|
||||
|
Reference in New Issue
Block a user