today is turned on my laptop and i found bore option what is that???
It stands for âBurst-Oriented Response Enhancerâ (CPU scheduler) to make your system more responsive. It helps to get better performance for gaming and daily use, etc.
Youâve prob. seen this âLinux-CachyOS-BOREâ. Itâs often the default or recommended kernel.
default recommended kernel atm is linux-cachyos and not linux-cachyos-bore. Thereâs some contraversial info about the difference between the two. CachyOS wiki also doesnât (IMO) nicely explain the difference. Does the linux-cachyos use bore as well? If yes, what is the difference between the two? According to some, the difference is in that that linux-cachyos-bore actually lacks some optimizations that are applied to linux-cachyos. If this is indeed the case, the naming convection sucks (The name: linux-cachyos-bore IMO implies that the only difference is the scheduler).
Wiki page: CachyOS Kernel | CachyOS
The way that reads, assuming itâs up to date, I would assume linux-cachyos-bore is the same as linux-cachyos, except guaranteed to be using BORE scheduler.
Contrast to the description of linux-cachyos-lts, which explicitly states it excludes most of the usual patches, in addition to also using BORE.
The page could really be more clear / consistent though.
I donât think so. Iâm pretty sure itâs using EEVDF.
Wiki doesnât mention anything (perhaps because it changes sometimes?), but this:
zgrep -i config_sched /proc/config.gz
Does not mention BORE or any other scheduler, and so itâs most likely using the default kernel scheduler, which would be EEVDF.
According to linux-cachyos pkgbuild script:
âcachyosâ - select âCachyOS Default Scheduler (BORE)â
: â${_cpusched:=cachyos}â
I must say this naming convention sucks. It appears linux-cachyos also uses bore, plus contains additional optimizations. You can call me crazy, but I am pretty sure everyone and their mom would assume based on the naming scheme that say linux-cachyos-bore is basically same like linux-cachyos aside from the scheduler. They do some nice work, but have somehow managed to pick even weirder names than Arch does (Not necessarily for the kernels but e.g. -S is âsyncâ but also install. In the and it is just how I feel about it).