ptos/amd64: cpu: Enable interrupts after P2 init

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-14 16:39:45 -04:00
parent 0408b34438
commit 093061f2ad
+3
View File
@@ -91,4 +91,7 @@ HalKpcrP2Init(KPCR *Kpcr)
/* Initialize the scheduler queue */ /* Initialize the scheduler queue */
SCHED_QUEUE_INIT(&Kpcr->SchedQueue); SCHED_QUEUE_INIT(&Kpcr->SchedQueue);
/* Enable interrupts */
ASMV("sti");
} }