You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/features/kernel.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ is built with [clang](https://clang.llvm.org/) instead of [GCC](https://gcc.gnu
33
33
- The default kernel. This is the recommended kernel if you're unsure which one to use.
34
34
- 1000Hz tickrate for improved responsiveness.
35
35
- Uses the [BORE](https://github.com/firelzrd/bore-scheduler) scheduler.
36
-
- Built with GCC.
36
+
- Built with Clang and ThinLTO.
37
37
- Profiled with our own [AutoFDO](https://cachyos.org/blog/2411-kernel-autofdo/) profile for improved performance. [Script](https://github.com/CachyOS/cachyos-benchmarker/blob/master/kernel-autofdo.sh) used to profile the kernel.
38
38
-**linux-cachyos-bore**
39
39
- Uses the [BORE](https://github.com/firelzrd/bore-scheduler) scheduler.
@@ -105,7 +105,7 @@ and already [set up](https://github.com/CachyOS/linux-cachyos/blob/master/linux-
105
105
## Package Naming Convention
106
106
107
107
```sh
108
-
linux-cachyos # Base kernel package for the default kernel. Compiled with GCC
108
+
linux-cachyos # Base kernel package for the default kernel. Compiled with Clang and ThinLTO
109
109
linux-cachyos-hardened # Base kernel package for the hardened kernel. Compiled with GCC
110
110
linux-cachyos-hardened-lto # clang-compiled counterpart for linux-cachyos-hardened
0 commit comments