kernel: rename extensions/ to kexts/
This commit is contained in:
8
kexts/hello-world/hello-world.c
Normal file
8
kexts/hello-world/hello-world.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <socks/printk.h>
|
||||
#include <socks/kext.h>
|
||||
|
||||
kern_status_t online(struct kext *self)
|
||||
{
|
||||
printk("Hello, world!");
|
||||
return KERN_OK;
|
||||
}
|
||||
Reference in New Issue
Block a user