Fix cpusched options in README

Default CPU scheduler isn't `bore` but `eevdf` according to both https://github.com/xddxdd/nix-cachyos-kernel/blob/master/kernel-cachyos/mkCachyKernel.nix and https://github.com/CachyOS/linux-cachyos/blob/master/linux-cachyos/PKGBUILD
This commit is contained in:
Killian 2026-03-15 00:06:22 +01:00 committed by GitHub
parent 5f6e313e5c
commit 2a5752934f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,8 +297,7 @@ The following arguments can be passed to `mkCachyKernel`:
**CachyOS Fine Tuning Settings:** **CachyOS Fine Tuning Settings:**
- **`cpusched`**: CPU scheduler. Options: `"bore"` (default), `"bmq"`, or `null` to disable. - **`cpusched`**: CPU scheduler. Options: `"eevdf"` (default), `"bore"`, `"bmq"`, `"hardened"`, `"rt"`, `"rt-bore"` or `null` to disable.- **`kcfi`**: Enable Kernel Control Flow Integrity. Default: `false`.
- **`kcfi`**: Enable Kernel Control Flow Integrity. Default: `false`.
- **`hzTicks`**: Timer frequency. Options: `"1000"` (default), `"250"`, `"300"`, `"500"`, `"750"`, or `null` to disable. - **`hzTicks`**: Timer frequency. Options: `"1000"` (default), `"250"`, `"300"`, `"500"`, `"750"`, or `null` to disable.
- **`performanceGovernor`**: Enable performance governor. Default: `false`. - **`performanceGovernor`**: Enable performance governor. Default: `false`.
- **`tickrate`**: Tick rate. Options: `"full"` (default), `"periodic"`, `"idle"`, `"nohz_full"`, or `null` to disable. - **`tickrate`**: Tick rate. Options: `"full"` (default), `"periodic"`, `"idle"`, `"nohz_full"`, or `null` to disable.