Преглед на файлове

docs: move descriptions and sources from index to individual doc files

TheWildJames преди 1 седмица
родител
ревизия
d06026d3b4
променени са 1 файла, в които са добавени 15 реда и са изтрити 39 реда
  1. 15 39
      docs/index.md

+ 15 - 39
docs/index.md

@@ -4,69 +4,45 @@ Per-feature documentation for the GKI2 kernels built from this repository.
 
 ## Root Implementations
 
-| Root Flavor | Description | Source |
-|-------------|-------------|----------|
-| [KernelSU-Next](kernelsu-next.md) | Root solution for GKI devices, original KernelSU-Next implementation, always at latest dev-tip. SUSFS-enabled builds sourced from pershoot fork. | [KernelSU-Next/KernelSU-Next](https://github.com/KernelSU-Next/KernelSU-Next) · [pershoot/KernelSU-Next](https://github.com/pershoot/KernelSU-Next) |
-| [KernelSU (Classic)](kernelsu-classic.md) | Original KernelSU by tiann, pinned to verified commit. SUSFS patches applied during build. | [tiann/KernelSU](https://github.com/tiann/KernelSU) |
-| [ReSukiSU](resukisu.md) | ReSukiSU root fork, pinned to verified commit. Own SUSFS pins per flavor. | [ReSukiSU/ReSukiSU](https://github.com/ReSukiSU/ReSukiSU) |
+- [KernelSU-Next](kernelsu-next.md)
+- [KernelSU (Classic)](kernelsu-classic.md)
+- [ReSukiSU](resukisu.md)
 
 ## Root Hiding
 
-| Feature | Description | Source |
-|---------|-------------|--------|
-| [SUSFS](susfs.md) | Root-hiding add-on for KernelSU using kernel patches and a userspace module. | [simonpunk/susfs4ksu](https://gitlab.com/simonpunk/susfs4ksu) |
-| [Ptrace Leak Fix](ptrace.md) | Fixes ptrace info leak on kernels older than 5.16. Internal to root hiding. | [patch](https://github.com/WildKernels/kernel_patches/blob/main/gki_ptrace.patch) |
-| [Unicode Fix](unicode.md) | Prevents path traversal via non-printable Unicode (experimental). Internal to root hiding. | Internal to root hiding · [patch 6.1-](https://github.com/WildKernels/kernel_patches/blob/main/common/unicode_bypass_fix_6.1-.patch) · [patch 6.1+](https://github.com/WildKernels/kernel_patches/blob/main/common/unicode_bypass_fix_6.1+.patch) |
+- [SUSFS](susfs.md)
+- [Ptrace Leak Fix](ptrace.md)
+- [Unicode Fix](unicode.md)
 
 ## Meta Module
 
-| Module | Description | Source |
-|--------|-------------|--------|
-| [NoMount](nomount.md) | Metamodule providing mount-related functionality alongside root implementations. | [maxsteeel/nomount](https://github.com/maxsteeel/nomount) |
-| [Mountify](mountify.md) | Globally mounted modules via OverlayFS. | [backslashxx/mountify](https://github.com/backslashxx/mountify) |
+- [NoMount](nomount.md)
+- [Mountify](mountify.md)
 
 ## Security
 
-| Feature | Description | Source |
-|---------|-------------|--------|
-| [Baseband Guard](bbg.md) | Lightweight LSM blocking unauthorized writes to critical partitions and device nodes. | [vc-teahouse/Baseband-guard](https://github.com/vc-teahouse/Baseband-guard) |
+- [Baseband Guard](bbg.md)
 
 ## Networking
 
-| Feature | Description | Source |
-|---------|-------------|--------|
-| [TCP Congestion Control](networking.md) | BBRv1, BBRv3, CUBIC, BIC, Westwood, HTCP | Upstream kernel |
-| [WireGuard](networking.md) | Built-in VPN support | [wireguard/wireguard-linux-compat](https://git.zx2c4.com/wireguard-linux-compat/) |
-| [IP Set / IPv6 NAT](networking.md) | Advanced firewall capabilities | Upstream kernel |
-| [Conntrack / connmark](networking.md) | Connection marking for packet classification | Upstream kernel |
-| [CIFS](networking.md) | SMB/CIFS network filesystem | Upstream kernel |
-| [TTL Target](networking.md) | Network packet manipulation | Upstream kernel |
+- [Networking](networking.md)
 
 ## Filesystem & Storage
 
-| Feature | Description | Source |
-|---------|-------------|--------|
-| [TMPFS Extended Attributes](tmpfs.md) | Extended attributes on tmpfs | Upstream kernel |
-| [TMPFS POSIX ACLs](tmpfs.md) | POSIX ACL support on tmpfs | Upstream kernel |
+- [TMPFS](tmpfs.md)
 
 ## Debugging, Tracing & BPF
 
-| Feature | Description | Source |
-|---------|-------------|--------|
-| [BTF / eBPF / FUSE-BPF](bpf.md) | BPF Type Format, extended BPF, FUSE-BPF interaction | Upstream kernel |
+- [BPF](bpf.md)
 
 ## Performance
 
-| Feature | Description | Source |
-|---------|-------------|--------|
-| [NTSync](ntsync.md) | High-performance synchronization primitives compatible with Windows NT kernel API. | Internal |
-| [Performance Tuning](performance.md) | Kernel configuration and tuning options | Upstream kernel |
+- [NTSync](ntsync.md)
+- [Performance Tuning](performance.md)
 
 ## Container Runtime
 
-| Feature | Description | Source |
-|---------|-------------|--------|
-| [DroidSpaces-OSS](droidspaces.md) | LXC-inspired container runtime for Android/Linux | [ravindu644/Droidspaces-OSS](https://github.com/ravindu644/Droidspaces-OSS) |
+- [DroidSpaces-OSS](droidspaces.md)
 
 ---