Maximilian Luz 7073bc4c2b Merge pull request #210 from linux-surface/update-to-5.7.2-arch1 5 년 전
..
kernel 06d6fbbe82 arch: pkg-kernel: disable CONFIG_DEBUG_INFO 5 년 전
kernel-lts 528a48f232 Update arch-lts to 4.19.128 5 년 전
.gitignore 92f9d0fb7d Arch Linux package build files. 5 년 전
README.md a3c9e8ef31 Update Arch PKGBUILD readme 5 년 전

README.md

Arch Linux PKGBUILDs for Surface Linux

Primarily tested on Arch Linux + Surface Laptop 13" (Intel).

Instructions

  • Building the patched kernel (includes ACPI module)

    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.

  • Building firmware: Please refer to https://github.com/linux-surface/surface-ipts-firmware

Advanced users / testers