Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

My Linux

This is how I compile Linux for my Lenovo ThinkPad X1 Carbon Gen 12.

git clone \
    --branch linux-6.13.y \
    --depth 1 \
    https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
cd linux
cp ../config-6.13.3 .config
time KBUILD_BUILD_TIMESTAMP='' make CC="ccache gcc" -j$(nproc) deb-pkg

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages