website: no need to bother sucompat now

This commit is contained in:
tiann
2023-01-26 11:37:34 +08:00
parent db600d5ea0
commit da38815ce0
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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()`调用,然后重新编译内核即可。 改完之后重新编译内核即可。