x86_64: initialise device subsystem during boot
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user