Skip to content

🐧 Defconfig to make the Linux kernel work with the Dell XPS 15 9570 (2018)

Notifications You must be signed in to change notification settings

uditkarode/XPS9570_Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

XPS9570_Linux

A config file to make the Linux kernel work with the Dell XPS 15 9570 (2018)

How to compile

Assuming you already emerged sys-kernel/gentoo-sources

cd /usr/src/linux
git clone https://github.com/uditkarode/XPS9570_Linux.git
mv XPS*/4.19* . && rm -rf XPS*
mv 4.19* .config
make -j$(nproc --all)
make -j$(nproc --all) modules_install
make install
genkernel --install initramfs

the kernel should be compiled and present in /boot after these commands

About

🐧 Defconfig to make the Linux kernel work with the Dell XPS 15 9570 (2018)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published