Skip to content

Build script wrapper for downloading, patching and building the linux kernel

Notifications You must be signed in to change notification settings

manueljimenezs/linux-build-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linux-build-script

This script aims at making it easier to compile your own kernel with custom modifications.

Running the build.sh script will take care of patching, building and installing the linux kernel.

In the script modify the KERNELVER variable to the linux version you want to install.

In the patches folder, diff files are located to patch certain files on this kernel

In this case, the 0001-amdgpu-clock.patch patches the pixel clock on DVI AMD GPUs so the can output bigger resolutions and refresh rates under this port.

The config file included was modified to integrate the EXT4 and BTRFS filesystems in the kernel so linux can boot those FS.

Note:

This script and config were made to work in Archlinux, but there should be no problems in other distros.

About

Build script wrapper for downloading, patching and building the linux kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages