Build自己的kernel header
摘要:1、主要思路参考ubuntu系统中自带的kernel header 2、大致操作步骤如下: a、下载kernel代码 b、配置OK后编译 c、find . -name *.o | xargs rm -f 删除所有的.o和vmlinux* d、删除除script目录外所有的.c文件 e、删除除arch
阅读全文
vim配置参考
摘要:https://blog.easwy.com/archives/vi-vim-beginner-abc/
阅读全文
技术经典图书(附电子版下载地址)
摘要:http://blog.csdn.net/lnxfei/article/details/50976756
阅读全文
定期保存2017-04-19
摘要:http://lib.csdn.net/article/go/18377https://sourceware.org/gdb/wiki/How%20gdb%20loads%20symbol%20fileshttp://cn.bing.com/search?q=minimal+symtab&go=%E
阅读全文
linux内存管理系列
摘要:http://blog.csdn.net/goodluckwhh/article/details/9970845
阅读全文
比较有深度的博客收藏
摘要:http://www.longene.org/forum/viewtopic.php?f=5&t=94&p=399#p399
阅读全文
uml sequence diagram
摘要:http://www.cnblogs.com/ywqu/archive/2009/12/22/1629426.html
阅读全文
收藏,这位仁兄的博客功力比较深厚
摘要:http://www.cnblogs.com/linucos/archive/2013/03/23/2977348.html
阅读全文
GDB Internals
摘要:https://sourceware.org/gdb/wiki/Internals
阅读全文
CPU Cache
摘要:http://blog.jobbole.com/85185/ l1 cache reference
阅读全文
交叉编译选项解释
摘要:关于 configure的 build,host,target编译选项的理解 2008-01-31 12:51 参考:http://www.airs.com/ian/configure/configure_toc.htmlReference:http://www.tcpdump.org/lists/
阅读全文
笔记,介绍编译器工作过程
摘要:Alex Smith的文章《Building C Projects》介绍编译器的工作过程./configure makemake install
阅读全文
国内ubuntu下载地址
摘要:网易开源镜像站http://mirrors.163.com/ubuntu-releases/ 搜狐开源镜像站 http://mirrors.sohu.com/ubuntu-releases/
阅读全文
【转载】HTTP协议详解
摘要:http://www.cnblogs.com/EricaMIN1987_IT/p/3837436.html#undefined
阅读全文
【转载】http协议介绍
摘要:http://www.360doc.com/content/10/0930/17/3668821_57590979.shtml
阅读全文
【转载】dts介绍
摘要:http://www.right.com.cn/forum/thread-146260-1-1.html
阅读全文
【转载】fstress工具介绍
摘要:http://www.cs.duke.edu/ari/fstress/
阅读全文
【转载】linux内存管理
摘要:http://www.ecsl.cs.sunysb.edu/elibrary/linux/mm/mm.pdf
阅读全文
【转载】图解git
摘要:http://marklodato.github.io/visual-git-guide/index-zh-cn.html
阅读全文
【转载】GPT 和 Linux
摘要:https://www.ibm.com/developerworks/cn/linux/l-gpt/
阅读全文