x86_64: initialise device subsystem during boot

This commit is contained in:
2023-05-08 18:18:59 +01:00
parent 1a633eee6b
commit 2638b8c27a

View File

@@ -1,4 +1,5 @@
#include <socks/pmap.h> #include <socks/pmap.h>
#include <socks/device.h>
#include <socks/clock.h> #include <socks/clock.h>
#include <socks/types.h> #include <socks/types.h>
#include <socks/object.h> #include <socks/object.h>
@@ -80,6 +81,7 @@ int ml_init(uintptr_t arg)
object_bootstrap(); object_bootstrap();
sched_init(); sched_init();
device_init();
acpi_init(); acpi_init();
ml_int_enable(); ml_int_enable();