kernel: enumerate internal kexts during boot
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include <socks/init.h>
|
||||
#include <socks/test.h>
|
||||
#include <socks/printk.h>
|
||||
#include <socks/kext.h>
|
||||
#include <socks/object.h>
|
||||
#include <socks/sched.h>
|
||||
#include <socks/machine/init.h>
|
||||
@@ -20,6 +21,8 @@ void kernel_init(uintptr_t arg)
|
||||
{
|
||||
ml_init(arg);
|
||||
|
||||
scan_internal_kexts();
|
||||
|
||||
printk("kernel_init() running on processor %u", this_cpu());
|
||||
|
||||
run_all_tests();
|
||||
|
||||
Reference in New Issue
Block a user