stos/amd64+hal: Add hpet init groundwork
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <ke/bpal.h>
|
||||
#include <hal/serial.h>
|
||||
#include <hal/kpcr.h>
|
||||
#include <hal/board.h>
|
||||
#include <ob/object.h>
|
||||
#include <drivers/bootvid/fbio.h>
|
||||
#include <drivers/acpi/acpi.h>
|
||||
@@ -82,4 +83,7 @@ KiKernelEntry(VOID)
|
||||
|
||||
/* Initialize the object manager */
|
||||
ObInitManager();
|
||||
|
||||
/* Initialize the board */
|
||||
HalBoardInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user