kxld: register kernel self pseudo-kext
This commit is contained in:
@@ -137,6 +137,8 @@ kern_status_t scan_internal_kexts(void)
|
||||
self->k_nr_dependencies = 0;
|
||||
self->k_dependencies = NULL;
|
||||
|
||||
kext_register(self);
|
||||
|
||||
kern_status_t status = register_internal_kexts();
|
||||
if (status != KERN_OK) {
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user