mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 04:49:19 +00:00
APIC interrupts working
This commit is contained in:
@ -72,7 +72,7 @@ extern "C" void StartCPU()
|
||||
CPU::Interrupts(CPU::Enable);
|
||||
KPrint("CPU %d is online", CPU_ID);
|
||||
CPUEnabled = true;
|
||||
CPU::Stop();
|
||||
CPU::Stop(); // Stop and surpress interrupts.
|
||||
}
|
||||
|
||||
namespace SMP
|
||||
|
Reference in New Issue
Block a user