Skip to content

Commit 3915bb4

Browse files
committed
Fix typo
1 parent d85a649 commit 3915bb4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/content/docs/cachyos_basic/why_cachyos.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ For a better idea of the various packages CachyOS has optimized, see [Optimized
1414

1515
## Custom Kernel Tuned for Performance and Stability
1616

17-
Aside from the CachyOS base kernel patch set that tunes various kernel parameters to improve desktop responsiveness, CachyOS also cherry picks promising
18-
patch sets that have not been mainlined or not in the stable revision of the kernel. These patches undergo internal testing before being shipped to users
17+
Aside from the CachyOS base kernel patch set that tunes various kernel parameters to improve desktop responsiveness, CachyOS also cherry picks promising
18+
patch sets that have not been mainlined or not in the stable revision of the kernel. These patches undergo internal testing before being shipped to users
1919
to ensure that stability isn't impacted. For a complete list of patches that CachyOS provides, see [Kernel](/features/kernel).
2020

2121
## Custom CPU Scheduler Support
@@ -25,11 +25,11 @@ to ensure that each and every task gets scheduled appropriately. The fair schedu
2525
[EEVDF (Earliest Eligible Virtual Deadline First)](https://lwn.net/Articles/925371/) algorithm.
2626

2727
By default EEVDF is tuned to divide available CPU time fairly among all tasks and is mostly geared for throughput-oriented workloads. The CachyOS kernel
28-
[configures some EEVDF tunables](https://github.com/CachyOS/linux/blob/6.12/cachy/kernel/sched/fair.c#L76-L79) to prioritize desktop responsiveness over
28+
[configures some EEVDF tunables](https://github.com/CachyOS/linux/blob/6.12/cachy/kernel/sched/fair.c#L76-L79) to prioritize desktop responsiveness over
2929
sheer throughput.
3030

31-
However, EEVDF by design wasn't meant to be used for desktop interactivity. With that in mind, CachyOS ships kernels patched with the
32-
[BORE (Burst-Oriented Response Enhancer)](https://github.com/firelzrd/bore-scheduler) scheduler that introduces an additional property
31+
However, EEVDF by design wasn't meant to be used for desktop interactivity. With that in mind, CachyOS ships kernels patched with the
32+
[BORE (Burst-Oriented Response Enhancer)](https://github.com/firelzrd/bore-scheduler) scheduler that introduces an additional property
3333
to assign tasks requiring high responsiveness more CPU time compared to tasks that don't based on their "burstiness".
3434

3535
In 6.12, the Linux kernel enables the ability to hotplug BPF schedulers and replace the fair scheduling class with a different scheduler. To facilitate this,
@@ -39,15 +39,15 @@ For more information about the kernels that CachyOS offers and sched-ext schedul
3939

4040
## Hardware Detection
4141

42-
CachyOS ships its own [hardware detection tool](https://github.com/CachyOS/chwd) that correctly installs necessary packages and drivers for each system to lighten
42+
CachyOS ships its own [hardware detection tool](https://github.com/CachyOS/chwd) that correctly installs necessary packages and drivers for each system to lighten
4343
the burden of post-install setups from users.
4444

4545
## Customizable Installation Process
4646

4747
The CachyOS installer guarantees that users can have the choice of what system they want. This customizability includes but is not limited to:
4848
- [Desktop Environments](/installation/desktop_environments/)
4949
- [Boot Managers](/installation/boot_managers/)
50-
- [Kernel Flavours](/features/kernel#variants)
50+
- [Kernel Flavors](/features/kernel#variants)
5151
- [Filesystems](/installation/filesystem)
5252
- Custom Packages to install during the installation process
5353

@@ -70,5 +70,5 @@ List of applications CachyOS develops and maintains:
7070
## Friendly and Active Community
7171

7272
The most important highlight is CachyOS's ever-growing community. Without the community, CachyOS would never be able to reach where it is now.
73-
The community assists each other and share tips and tricks for a better linux experience. Join us in the
73+
The community assists each other and share tips and tricks for a better linux experience. Join us in the
7474
[CachyOS Discord](https://discord.com/invite/cachyos-862292009423470592) or the [CachyOS Forum](https://discuss.cachyos.org/).

0 commit comments

Comments
 (0)