website:Remind readers how to resolve dependencies for KPROBES (#106)

website:Remind readers how to resolve  dependencies for KPROBES

Power by DeepL and Google Translate
This commit is contained in:
セリカ・シルフィル
2023-01-24 15:10:44 +08:00
committed by GitHub
parent 1475a85c58
commit 87d05fbbdc
4 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ CONFIG_KPROBE_EVENTS=y
And build your kernel again, KernelSU should works well.
If you find that KPROBES is still not activated, you can try enabling `CONFIG_MODULES`. (If it still doesn't take effect, use `make menuconfig` to search for other dependencies of KPROBES)
But if you encounter a boot loop when integrated KernelSU, it is maybe *kprobe is broken in your kernel*, you should fix the kprobe bug or use the second way.
## Manully modify the kernel source