stos/amd64: hpet: Implement HPET register checking

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-26 14:05:27 -05:00
parent 911e04975c
commit 29de9befc9
2 changed files with 67 additions and 0 deletions
+3
View File
@@ -26,4 +26,7 @@
#define HPET_GCONF_EN BIT(0)
#define HPET_LEG_RT BIT(1)
/* Max constants */
#define HPET_MAX_CLK_PERIOD 0x5F5E100
#endif /* !_MACHINE_HPETREG_H_ */