From 20ef7954bcfcfed10dd066792cc5f2968877ccb2 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 688ddcb..d1a4c8a 100644 --- a/README.md +++ b/README.md @@ -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`.