APIC should be fixed

This commit is contained in:
Alex
2022-10-17 19:17:31 +03:00
parent 94dfeb7fd5
commit e0d4e38b99
4 changed files with 65 additions and 60 deletions

View File

@ -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__)