Forráskód Böngészése

docs: expand KMI/SPL chooser with full description and add to magiskboot

TheWildJames 1 hete
szülő
commit
f60541e1e7
2 módosított fájl, 13 hozzáadás és 4 törlés
  1. 4 4
      docs/installation.md
  2. 9 0
      docs/magiskboot.md

+ 4 - 4
docs/installation.md

@@ -12,12 +12,12 @@ Choose the method that fits your situation:
 
 ## Choosing the correct AnyKernel3 ZIP
 
-Each release artifact is named by **KMI** and **SPL**:
+Each release artifact is named by **KMI** (Kernel Module Interface) and **Security Patch Level (SPL)**.
 
-- **KMI** - `android12-5.10`, `android13-5.10`, `android13-5.15`, `android14-5.15`, `android14-6.1`, `android15-6.6`, `android16-6.12`. Must match `uname -r`.
-- **SPL** - monthly security patch level. Pick the build closest to your current SPL.
+- **KMI** - e.g. `android12-5.10`, `android13-5.10`, `android13-5.15`, `android14-5.15`, `android14-6.1`, `android15-6.6`, `android16-6.12`. Must match your device's current kernel version. Check with `uname -r` or in **Settings → About phone → Kernel version**.
+- **SPL** - monthly security patch string in the filename. Pick the build closest to your current SPL; newer SPL is generally backwards compatible but read the release notes for breaking changes.
 
-If you don't know which file to download, read the KMI/SPL description in the release notes.
+If you don't know which file to download, carefully read the description of KMI and Security patch level in the release notes before downloading.
 
 ## After flashing (both methods)
 

+ 9 - 0
docs/magiskboot.md

@@ -13,6 +13,15 @@ For some devices, the `boot.img` format isn't as common as `lz4`, `gz`, and unco
 
 **Platforms:** [Android](#using-magiskboot-on-android-devices) · [Linux](#using-magiskboot-on-linux) · [Windows / Other](#using-magiskboot-on-windows--other)
 
+## Choosing the correct AnyKernel3 ZIP
+
+Each release artifact is named by **KMI** (Kernel Module Interface) and **Security Patch Level (SPL)**.
+
+- **KMI** - e.g. `android12-5.10`, `android13-5.10`, `android13-5.15`, `android14-5.15`, `android14-6.1`, `android15-6.6`, `android16-6.12`. Must match your device's current kernel version. Check with `uname -r` or in **Settings → About phone → Kernel version**.
+- **SPL** - monthly security patch string in the filename. Pick the build closest to your current SPL; newer SPL is generally backwards compatible but read the release notes for breaking changes.
+
+If you don't know which file to download, carefully read the description of KMI and Security patch level in the release notes before downloading.
+
 ## Preparation
 
 1. Get your device's stock `boot.img`.