stos/amd64+hal: Add hpet init groundwork
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (c) 2026, Chloe M.
|
||||
* Provided under the BSD-3 clause.
|
||||
*
|
||||
* Description: Board initialization
|
||||
* Author: Chloe M.
|
||||
*/
|
||||
|
||||
#include <hal/board.h>
|
||||
#include <machine/hpet.h>
|
||||
|
||||
VOID
|
||||
HalBoardInit(VOID)
|
||||
{
|
||||
MdHpetInit();
|
||||
}
|
||||
Reference in New Issue
Block a user