Configs and Patches I use to build kernel with TKG for my ASUS ROG Zephyrus G14 2023 (GA402XY) with bore scheduler.
Can be usable for all laptops, ASUS in particular.
| Parameter | Value |
|---|---|
| Version | 6.19-latest |
| Scheduler | BORE |
| Compiler | GCC 15 |
| CPU Optimization | x86-64-v4 |
| HZ | 1000 |
| TCP Congestion | BBR |
- TKG: https://github.com/Frogging-Family/linux-tkg
- linux-g14 kernel: https://gitlab.com/asus-linux/linux-g14
git clone https://github.com/Frogging-Family/linux-tkg.gitmkdir ~/.config/frogminer/ && cp linux-tkg.cfg ~/.config/frogminer/
cp g14_6_19.config linux-tkg/ # copy config from repository to pulled tkg folder
cp -r linux6.19-tkg-userpatches linux-tkg/ # copy patches from repository to pulled tkg foldercd linux-tkg
sudo ./install.sh installsee scripts/sign-kernel.sh
cd linux-tkg && sudo rm DEBS/*.deb
git stash push -u && git pull --rebase origin master && git stash pop 0
sudo ./install.sh installsee /etc/default/grub