mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 19:18:07 +02:00
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:
parent
5f6e313e5c
commit
20ef7954bc
@ -297,7 +297,7 @@ The following arguments can be passed to `mkCachyKernel`:
|
||||
|
||||
**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`.
|
||||
- **`hzTicks`**: Timer frequency. Options: `"1000"` (default), `"250"`, `"300"`, `"500"`, `"750"`, or `null` to disable.
|
||||
- **`performanceGovernor`**: Enable performance governor. Default: `false`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user