From 2a5752934fbbfeabf74398fb1dfa4353377a110f Mon Sep 17 00:00:00 2001 From: Killian Date: Sun, 15 Mar 2026 00:06:22 +0100 Subject: [PATCH] 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 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 688ddcb..f048b73 100644 --- a/README.md +++ b/README.md @@ -297,8 +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. -- **`kcfi`**: Enable Kernel Control Flow Integrity. Default: `false`. +- **`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`. - **`tickrate`**: Tick rate. Options: `"full"` (default), `"periodic"`, `"idle"`, `"nohz_full"`, or `null` to disable.