linux-surface/pkg/arch
Maximilian Luz 777db9f98e
config: Disable atomisp due to issues
Disable CONFIG_INTEL_ATOMISP because the atomisp module currently causes
problems on the Surface 3. See issue #1095 for more information.
2023-03-17 13:58:46 +01:00
..
kernel config: Disable atomisp due to issues 2023-03-17 13:58:46 +01:00
.gitignore Update Arch kernel to 5.12.13 2021-06-29 15:58:28 +02:00
README.md Remove outdated instruction 2023-03-05 18:40:45 +01:00

Arch Linux PKGBUILDs for Surface Linux

Instructions

  • Building the patched kernel
    cd kernel
    PKGEXT=".pkg.tar" MAKEFLAGS="-j8" makepkg -s --skippgpcheck
    sudo pacman -U linux-surface-*.pkg.tar
    
    It's based on the Arch kernel tree (with patches curated by Arch developers) and Surface specific patches.