kernel: enumerate internal kexts during boot
This commit is contained in:
@@ -6,3 +6,7 @@ kern_status_t online(struct kext *self)
|
||||
printk("Hello, world!");
|
||||
return KERN_OK;
|
||||
}
|
||||
|
||||
DEFINE_KEXT("net.doorstuck.socks.hello-world",
|
||||
online, NULL,
|
||||
"net.doorstuck.socks-kernel");
|
||||
|
||||
Reference in New Issue
Block a user