stos/amd64: cpu: Add Local APIC driver stub

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-26 19:56:41 +00:00
parent 0028d63608
commit 221cfc1893
5 changed files with 92 additions and 0 deletions
+7
View File
@@ -41,6 +41,13 @@ VOID HalKpcrP1Init(KPCR *Kpcr);
*/
VOID HalKpcrP2Init(KPCR *Kpcr);
/*
* Phase 3 initialization of processor
*
* @Kpcr: KPCR to initialize
*/
VOID HalKpcrP3Init(KPCR *Kpcr);
/*
* Obtain the KPCR for the current processor, it is never to
* be of a NULL value.