Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.25 KB

kernel.md

File metadata and controls

43 lines (26 loc) · 1.25 KB

Kernel

Description

The kernel is a computer program at the core of a computer's operating system and generally has complete control over everything in the system. The kernel is also responsible for preventing and mitigating conflicts between different processes.

Directory

References


Switch to LTS Kernel

Description

This details how to switch to using the LTS kernels by default.

References

Steps

  1. Install the kernel package, linux-lts using yay.

  2. Install the kernel headers package, linux-lts-headers using yay.

  3. Regenerate a new GRUB config so the new kernel gets loaded in the next boot.

  4. Reboot the system.