Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 283 Bytes

PERFORMANCE_KERNEL.md

File metadata and controls

16 lines (12 loc) · 283 Bytes

Arch Performance Kernel

sudo pacman -S linux-zen linux-zen-headers

sudo nano /etc/default/grub

# Change:
GRUB_DEFAULT=saved # change from =0
GRUB_SAVEDEFAULT=true # uncomment
GRUB_DISABLE_SUBMENU=y # uncomment

sudo grub-mkconfig -o /boot/grub/grub.cfg
reboot

uname -r