mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 04:49:16 +00:00
Added SMP support
This commit is contained in:
@ -5,7 +5,8 @@
|
||||
|
||||
namespace Interrupts
|
||||
{
|
||||
void Initialize();
|
||||
extern void *apic;
|
||||
void Initialize(int Core);
|
||||
void Enable();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user