whitehara/kernel-tkg-zen2
Project ID: 79155
Description
kernel with linux-tkg patches by TK-Glitch and kernel_compiler_patch by graksy2
Please see original project whitehara/kernel-tkg
And also enabled these CONFIGs.
CAUTION!: This kernel may only work on AMD Zen2+ architecture.
# For adding schedulers
CONFIG_MQ_IOSCHED_KYBER=y
CONFIG_IOSCHED_BFQ=y
## For tkg (default) (BMQ is enabled until 6.5. EEVDF, the default CPU scheduler since 6.6, is enabled since 6.6)
CONFIG_ZENIFY=y
CONFIG_USER_NS_UNPRIVILEGED=y
CONFIG_NTSYNC=y
# CONFIG_HZ_750 is not set
# For getting the kernel config
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
## for OpenRGB
CONFIG_I2C_NCT6775=m
# for AMD ZEN2 CPU optimization
CONFIG_MZEN2=y
# CONFIG_GENERIC_CPU is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
## for cjktty since 6.3.5
CONFIG_FONT_CJK_16x16=y
CONFIG_FONT_CJK_32x32=y
Installation Instructions
Install repo
sudo dnf copr enable whitehara/kernel-tkg-zen2
Install package from repo
sudo dnf install kernel-6.1.8-200_tkg_zen2.fc37
This command will install kernel, kernel-core and kernel-modules. Of course, you can select different packages as you want.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | x86_64 (810)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (770)* | Fedora 39 (64 downloads) |
Fedora 40 | x86_64 (1393)* | Fedora 40 (94 downloads) |
Fedora 41 | x86_64 (146)* | Fedora 41 (16 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable whitehara/kernel-tkg-zen2
More info about enabling Copr repositories