website: no need to bother sucompat now
This commit is contained in:
@@ -137,4 +137,4 @@ You should found the four functions in kernel source:
|
|||||||
3. vfs_read, usually in `fs/read_write.c`
|
3. vfs_read, usually in `fs/read_write.c`
|
||||||
4. vfs_statx, usually in `fs/stat.c`
|
4. vfs_statx, usually in `fs/stat.c`
|
||||||
|
|
||||||
Finally, edit `KernelSU/kernel/ksu.c` and comment out `enable_sucompat()` then build your kernel again, KernelSU should works well.
|
Finally, build your kernel again, KernelSU should works well.
|
||||||
|
|||||||
@@ -140,4 +140,4 @@ index 376543199b5a..82adcef03ecc 100644
|
|||||||
3. vfs_read,通常位于 `fs/read_write.c`
|
3. vfs_read,通常位于 `fs/read_write.c`
|
||||||
4. vfs_statx,通常位于 `fs/stat.c`
|
4. vfs_statx,通常位于 `fs/stat.c`
|
||||||
|
|
||||||
改完之后,打开 `KernelSU/kernel/ksu.c`,注释 `enable_sucompat()`调用,然后重新编译内核即可。
|
改完之后重新编译内核即可。
|
||||||
|
|||||||
Reference in New Issue
Block a user