ubuntu下内核源码树的建立
参考的博文: http://www.360doc.com/content/12/0604/12/8890849_215794364.shtml http://www.cnblogs.com/pd520/archive/2013/02/15/2912800.html http://blog.csdn.net/feixiaoxing/article/details/8533822 1 首先安装编译内核所需要的软件 sudo apt-get install build-essential 2 查看可用的源码包 sudo apt-cache search linux-source 提示: linux-source - Linux kernel source with Ubuntu patches linux-source-3.2.0 - Linux kernel source for version 3.2.0 with Ubuntu patches 但是: liming@CM:/usr/src/linux$ uname -a Linux CM 3.8.0-32-generic #47~precise1-Ubuntu SMP Wed Oct 2 16:22:28 UTC 2013 i686 i686 i386 GNU/Linux 3 下载内核源代码 于是很纳闷,使用 apt-get