mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-05 04:19:19 +00:00
Added SMP support
This commit is contained in:
@ -16,12 +16,12 @@
|
||||
namespace Interrupts
|
||||
{
|
||||
#if defined(__amd64__)
|
||||
APIC::APIC *apic = nullptr;
|
||||
/* APIC::APIC */ void *apic = nullptr;
|
||||
#elif defined(__i386__)
|
||||
#elif defined(__aarch64__)
|
||||
#endif
|
||||
|
||||
void Initialize()
|
||||
void Initialize(int Core)
|
||||
{
|
||||
#if defined(__amd64__)
|
||||
GlobalDescriptorTable::Init(0);
|
||||
|
Reference in New Issue
Block a user