From c09f0ee6b338e30d8408dc43378f4e7838819275 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 17 Nov 2025 11:41:40 -0500 Subject: kern/amd64: lapic: Configure and calibrate timer Signed-off-by: Ian Moffett --- sys/inc/arch/amd64/lapic.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/inc/arch/amd64/lapic.h') diff --git a/sys/inc/arch/amd64/lapic.h b/sys/inc/arch/amd64/lapic.h index b65f14b..4f82681 100644 --- a/sys/inc/arch/amd64/lapic.h +++ b/sys/inc/arch/amd64/lapic.h @@ -30,6 +30,8 @@ #ifndef _MACHINE_LAPIC_H_ #define _MACHINE_LAPIC_H_ 1 +#define LAPIC_TMR_VEC 0x81 + /* * Initialize the Local APIC on-board the * processor for the current core -- cgit v1.2.3