mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 04:49:16 +00:00
APIC should be fixed
This commit is contained in:
@ -8,7 +8,8 @@
|
||||
namespace Interrupts
|
||||
{
|
||||
#if defined(__amd64__)
|
||||
extern void *apic[MAX_CPU];
|
||||
/* APIC::APIC */ extern void *apic[MAX_CPU];
|
||||
/* APIC::Timer */ extern void *apicTimer[MAX_CPU];
|
||||
#elif defined(__i386__)
|
||||
extern void *apic[MAX_CPU];
|
||||
#elif defined(__aarch64__)
|
||||
|
Reference in New Issue
Block a user