stos/amd64: cpu: Save Local APIC base in MCB

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-26 20:31:09 +00:00
parent 38310e4f23
commit fd30fc5e04
2 changed files with 26 additions and 2 deletions
+2
View File
@@ -17,10 +17,12 @@
*
* @ModelId: Processor model ID
* @FamilyId: Processor family ID
* @LapicBase: Local APIC MMIO base
*/
typedef struct {
UCHAR ModelId;
USHORT FamilyId : 12;
VOID *LapicBase;
} MCB;
#endif /* !_MACHINE_MCB_H_ */