docs: add unofficially-support-devices (#128)

This commit is contained in:
Ylarod 2023-01-28 20:41:23 +08:00 committed by GitHub
parent 905c041a76
commit 65d80aad03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 0 deletions

View File

@ -49,6 +49,7 @@ function sidebarGuide() {
{ text: 'Installation', link: '/guide/installation' },
{ text: 'How to build?', link: '/guide/how-to-build' },
{ text: 'Intergrate for non-GKI devices', link: '/guide/how-to-integrate-for-non-gki'},
{ text: 'Unofficially supported devices', link: '/guide/unofficially-support-devices.md' },
{ text: 'FAQ', link: '/guide/faq' },
]
}

View File

@ -49,6 +49,7 @@ function sidebarGuide() {
{ text: '安装', link: '/zh_CN/guide/installation' },
{ text: '如何构建?', link: '/zh_CN/guide/how-to-build' },
{ text: '如何为非GKI设备集成 KernelSU', link: '/zh_CN/guide/how-to-integrate-for-non-gki'},
{ text: '非官方支持设备', link: '/zh_CN/guide/unofficially-support-devices.md' },
{ text: '常见问题', link: '/zh_CN/guide/faq' },
]
}

View File

@ -0,0 +1,13 @@
# Unofficially Supported Devices
::: warning
In this page, there are kernels for non-GKI devices supporting KernelSU maintained by other developers.
:::
::: warning
This page is only for you to find the source code corresponding to your device, it does **NOT** mean that the source code has been reviewed by _KernelSU Developers_. You should use it at your own risk.
:::
| Maintainer | Repository | Support devices |
| --- | --- | --- |
| [SpectreDev-007](https://github.com/SpectreDev-007) | https://github.com/XperiaBrickers/kernel_sony_sm8250 | Sony sm8250 device |

View File

@ -0,0 +1,13 @@
# 非官方支持设备
::: warning
本文档列出由其他开发者维护的支持 KernelSU 的非 GKI 设备内核
:::
::: warning
本文档仅方便查找设备对应源码,这并不意味该源码**被** KernelSU 开发者**审查**,你应自行承担使用风险。
:::
| 维护者 | 仓库地址 | 支持设备 |
| --- | --- | --- |
| [SpectreDev-007](https://github.com/SpectreDev-007) | https://github.com/XperiaBrickers/kernel_sony_sm8250 | 索尼 骁龙865 |