• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






h69114

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

随笔分类 -  其它

1 2 3 下一页

 
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 阅读全文
posted @ 2018-07-19 18:56 h69114 阅读(315) 评论(0) 推荐(0)
vim配置参考
摘要:https://blog.easwy.com/archives/vi-vim-beginner-abc/ 阅读全文
posted @ 2017-06-12 22:48 h69114 阅读(90) 评论(0) 推荐(0)
技术经典图书(附电子版下载地址)
摘要:http://blog.csdn.net/lnxfei/article/details/50976756 阅读全文
posted @ 2017-05-16 12:33 h69114 阅读(125) 评论(0) 推荐(0)
定期保存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 阅读全文
posted @ 2017-04-19 19:29 h69114 阅读(403) 评论(1) 推荐(0)
linux内存管理系列
摘要:http://blog.csdn.net/goodluckwhh/article/details/9970845 阅读全文
posted @ 2017-04-12 09:59 h69114 阅读(94) 评论(0) 推荐(0)
比较有深度的博客收藏
摘要:http://www.longene.org/forum/viewtopic.php?f=5&t=94&p=399#p399 阅读全文
posted @ 2017-04-05 16:11 h69114 阅读(106) 评论(0) 推荐(0)
uml sequence diagram
摘要:http://www.cnblogs.com/ywqu/archive/2009/12/22/1629426.html 阅读全文
posted @ 2017-04-05 14:05 h69114 阅读(96) 评论(0) 推荐(0)
收藏,这位仁兄的博客功力比较深厚
摘要:http://www.cnblogs.com/linucos/archive/2013/03/23/2977348.html 阅读全文
posted @ 2017-03-28 17:02 h69114 阅读(85) 评论(0) 推荐(0)
GDB Internals
摘要:https://sourceware.org/gdb/wiki/Internals 阅读全文
posted @ 2017-03-13 19:11 h69114 阅读(148) 评论(0) 推荐(0)
CPU Cache
摘要:http://blog.jobbole.com/85185/ l1 cache reference 阅读全文
posted @ 2017-03-11 11:28 h69114 阅读(114) 评论(0) 推荐(0)
交叉编译选项解释
摘要:关于 configure的 build,host,target编译选项的理解 2008-01-31 12:51 参考:http://www.airs.com/ian/configure/configure_toc.htmlReference:http://www.tcpdump.org/lists/ 阅读全文
posted @ 2017-02-15 16:23 h69114 阅读(773) 评论(1) 推荐(0)
笔记,介绍编译器工作过程
摘要:Alex Smith的文章《Building C Projects》介绍编译器的工作过程./configure makemake install 阅读全文
posted @ 2016-11-28 19:05 h69114 阅读(305) 评论(11) 推荐(0)
国内ubuntu下载地址
摘要:网易开源镜像站http://mirrors.163.com/ubuntu-releases/ 搜狐开源镜像站 http://mirrors.sohu.com/ubuntu-releases/ 阅读全文
posted @ 2016-10-26 22:10 h69114 阅读(209) 评论(0) 推荐(0)
【转载】HTTP协议详解
摘要:http://www.cnblogs.com/EricaMIN1987_IT/p/3837436.html#undefined 阅读全文
posted @ 2016-08-08 14:35 h69114 阅读(119) 评论(0) 推荐(0)
【转载】http协议介绍
摘要:http://www.360doc.com/content/10/0930/17/3668821_57590979.shtml 阅读全文
posted @ 2016-07-28 19:41 h69114 阅读(129) 评论(0) 推荐(0)
【转载】dts介绍
摘要:http://www.right.com.cn/forum/thread-146260-1-1.html 阅读全文
posted @ 2016-07-21 18:30 h69114 阅读(154) 评论(0) 推荐(0)
【转载】fstress工具介绍
摘要:http://www.cs.duke.edu/ari/fstress/ 阅读全文
posted @ 2016-07-20 14:06 h69114 阅读(671) 评论(0) 推荐(0)
【转载】linux内存管理
摘要:http://www.ecsl.cs.sunysb.edu/elibrary/linux/mm/mm.pdf 阅读全文
posted @ 2016-07-15 12:04 h69114 阅读(101) 评论(0) 推荐(0)
【转载】图解git
摘要:http://marklodato.github.io/visual-git-guide/index-zh-cn.html 阅读全文
posted @ 2016-07-14 12:17 h69114 阅读(104) 评论(0) 推荐(0)
【转载】GPT 和 Linux
摘要:https://www.ibm.com/developerworks/cn/linux/l-gpt/ 阅读全文
posted @ 2016-07-05 16:43 h69114 阅读(139) 评论(0) 推荐(0)
 

1 2 3 下一页