Added SMP support

This commit is contained in:
Alex
2022-10-12 03:55:58 +03:00
parent 703de2c284
commit 127476ac64
7 changed files with 159 additions and 8 deletions

View File

@ -5,7 +5,8 @@
namespace Interrupts
{
void Initialize();
extern void *apic;
void Initialize(int Core);
void Enable();
}