APIC interrupts working

This commit is contained in:
Alex
2022-10-17 18:11:39 +03:00
parent d5447c288e
commit 4ca5db1fee
3 changed files with 8 additions and 3 deletions

View File

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