kernel: enumerate internal kexts during boot

This commit is contained in:
2023-04-08 09:27:21 +01:00
parent a1f54fd156
commit 9b75ca8b8c
6 changed files with 151 additions and 4 deletions

View File

@@ -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();