随笔分类 - linux内核
摘要:https://perf.wiki.kernel.org/index.php/Tutorialhttp://os.51cto.com/art/201105/265133.htm在LINUX 源代码中安装perf[root@localhost perf]# pwd/usr/src/kernels/li...
阅读全文
摘要:http://blog.chinaunix.net/uid/25845340.html谢宝友:毕业于四川省税务学校税收专业,现供职于中兴通讯操作系统团队,对操作系统内核有较强的兴趣。专职于操作系统内核已经有四年时间。目标是利用十年时间,成为一名真正的“内核菜鸟”。个人主页是:http://xieba...
阅读全文
摘要:http://blog.donghao.org/2014/04/24/%e8%bf%bd%e8%b8%aacpu%e8%b7%91%e6%bb%a1/
阅读全文
摘要:http://www.eimhe.com/thread-142892-1-1.htmlhttp://www.eimhe.com/forum.php?mod=viewthread&tid=142772#lastposthttp://www.eimhe.com/forum.php?mod=viewthr...
阅读全文
摘要:作者:朱辉开源网址:https://github.com/teawater http://teawater.github.io/kgtp/ 有中文版说明内核编绎:General setup --->[ * ] Prompt for development and/or incomplete code...
阅读全文
摘要:http://www.ckernel.org/http://pan.baidu.com/share/home?uk=2086779999&view=share#category/type=0
阅读全文
摘要:http://www.lenky.info/articles
阅读全文
摘要:http://www.jinbuguo.com/
阅读全文
摘要:http://blog.chinaunix.net/uid-26275986-id-5193392.html
阅读全文
摘要:2.6内核 make = make bzImage + make modules无非是改下Makefile而已2.4 内核01.make menuconfig02.make dep03.make bzimage04.make modules05.make modules_install06.make...
阅读全文
摘要:make mrproper命令会删除所有的编译生成文件、内核配置文件(.config文件)和各种备份文件,所以几乎只在第一次执行内核编译前才用这条命令。make clean命令则是用于删除大多数的编译生成文件,但是会保留内核的配置文件.config,还有足够的编译支持来建立扩展模块。所以你若只想删除...
阅读全文
摘要:linux内核升级一、Linux内核概览Linux是一个一体化内核(monolithic kernel)系统。 设备驱动程序可以完全访问硬件。Linux内的设备驱动程序可以方便地以模块化(modularize)的形式设置,并在系统运行期间可直接装载或卸载。1. linux内核linux操作...
阅读全文
摘要:http://www.kvm.la/centos5-upgrade-kernel-3-6.html
阅读全文
摘要:inux 内核升级 2011-03-25 23:13:28 分类: LINUX因要测试一些软件,需要2.6.30以上的内核,安装好CentOS 5.5,内核是2.6.18-194.el5.这次的升级还算比较顺利,具体的过程如下:[root@localhost ~]# uname -r2.6.18-1...
阅读全文