fix(linux-tkg): sync config with master
This commit is contained in:
@@ -108,7 +108,7 @@ _STRIP="true"
|
|||||||
|
|
||||||
# LEAVE AN EMPTY VALUE TO BE PROMPTED ABOUT FOLLOWING OPTIONS AT BUILD TIME
|
# LEAVE AN EMPTY VALUE TO BE PROMPTED ABOUT FOLLOWING OPTIONS AT BUILD TIME
|
||||||
|
|
||||||
# CPU scheduler - Options are "pds", "bmq", "bore", "bore-eevdf", "cfs" (linux 6.5-) or "eevdf" (kernel's default, 6.6+)
|
# CPU scheduler - Options are "pds", "bmq", "bore", "cfs" (linux 6.5-) or "eevdf" (kernel's default, 6.6+)
|
||||||
# "upds" (TkG's Undead PDS) and "muqss" are also available on legacy kernel revisions
|
# "upds" (TkG's Undead PDS) and "muqss" are also available on legacy kernel revisions
|
||||||
# If unsure, select "eevdf" (default)
|
# If unsure, select "eevdf" (default)
|
||||||
_cpusched="bore"
|
_cpusched="bore"
|
||||||
@@ -181,14 +181,6 @@ _tickless="2"
|
|||||||
# Set to "true" to use ACS override patch - https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Bypassing_the_IOMMU_groups_.28ACS_override_patch.29 - Kernel default is "false"
|
# Set to "true" to use ACS override patch - https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#Bypassing_the_IOMMU_groups_.28ACS_override_patch.29 - Kernel default is "false"
|
||||||
_acs_override="false"
|
_acs_override="false"
|
||||||
|
|
||||||
# Set to "true" to add Bcache filesystem support. You'll have to install bcachefs-tools-git from AUR for utilities - https://bcachefs.org/
|
|
||||||
# If in doubt, leave it to "false"
|
|
||||||
# Note:
|
|
||||||
# - only for linux <= 6.6, upstreamed (aka included) in linux >= 6.7
|
|
||||||
# - this fs can be buggy and isn't recommended on production machines
|
|
||||||
# - linux <= 6.0 : this option conflicts with MGLRU
|
|
||||||
_bcachefs="false"
|
|
||||||
|
|
||||||
# Various patches and tweaks from Zen/Liquorix, Xanmod and the community - Default is "true"
|
# Various patches and tweaks from Zen/Liquorix, Xanmod and the community - Default is "true"
|
||||||
_glitched_base="true"
|
_glitched_base="true"
|
||||||
|
|
||||||
@@ -209,10 +201,6 @@ _processor_opt="znver4"
|
|||||||
# MuQSS and PDS only - SMT (Hyperthreading) aware nice priority and policy support (SMT_NICE) - Kernel default is "true" - You can disable this on non-SMT/HT CPUs for lower overhead
|
# MuQSS and PDS only - SMT (Hyperthreading) aware nice priority and policy support (SMT_NICE) - Kernel default is "true" - You can disable this on non-SMT/HT CPUs for lower overhead
|
||||||
_smt_nice=""
|
_smt_nice=""
|
||||||
|
|
||||||
# EEVDF only (only for 6.8 - 6.11, upstreamed in >= 6.12 and always enabled) - Add support for Sched-ext https://github.com/sched-ext/scx
|
|
||||||
# Arch users can find scx schedulers on the AUR (https://aur.archlinux.org/packages/scx-scheds & https://aur.archlinux.org/packages/scx-scheds-git. For -git scx schedulers the latest rc kernel is reccomended) thanks to @sirlucjan (for persistence, set scheduler in "/etc/default/scx" and enable the `scx` service).
|
|
||||||
_eevdf_sched_ext_support="true"
|
|
||||||
|
|
||||||
# BORE only - The default lower bound limit of the base slice. Setting this value too high can cause the system to boot with an unnecessarily large base slice, resulting in high scheduling latency and poor system responsiveness.
|
# BORE only - The default lower bound limit of the base slice. Setting this value too high can cause the system to boot with an unnecessarily large base slice, resulting in high scheduling latency and poor system responsiveness.
|
||||||
# Default is 2000000
|
# Default is 2000000
|
||||||
_bore_min_base_slice_ns="2000000"
|
_bore_min_base_slice_ns="2000000"
|
||||||
|
|||||||
Reference in New Issue
Block a user