标签:
使用Git获取Linux版本中的一种版本
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
更新版本
git pull
使用补丁:patch -pl< ../patch-x.y.z
内核的配置与安装通过Makefile与config所定。
课本笔记
原文地址:http://www.cnblogs.com/20135213lhj/p/5299248.html