有简单的教程么?
pisingtoog opened this issue · 2 comments
pisingtoog commented
linux新手一个。
使用命令:patch -Np1 < **.patch; 提示让选择file to patch ,输入绝对地址,就提示,file not found
12101111 commented
最简单的就是用git管理linux源码
git clone https://mirrors.ustc.edu.cn/linux.git
git apply xxx.patch
git commit
然后有新更新了
git fetch origin
git merge origin/v5.11.8
或者直接git pull