#include #include 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");