diff --git a/website/docs/guide/how-to-integrate-for-non-gki.md b/website/docs/guide/how-to-integrate-for-non-gki.md index b35ef382..8889d5d8 100644 --- a/website/docs/guide/how-to-integrate-for-non-gki.md +++ b/website/docs/guide/how-to-integrate-for-non-gki.md @@ -137,4 +137,4 @@ You should found the four functions in kernel source: 3. vfs_read, usually in `fs/read_write.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. diff --git a/website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md b/website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md index 9304f0f0..43122418 100644 --- a/website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md +++ b/website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md @@ -140,4 +140,4 @@ index 376543199b5a..82adcef03ecc 100644 3. vfs_read,通常位于 `fs/read_write.c` 4. vfs_statx,通常位于 `fs/stat.c` -改完之后,打开 `KernelSU/kernel/ksu.c`,注释 `enable_sucompat()`调用,然后重新编译内核即可。 +改完之后重新编译内核即可。