Fork me on GitHub
摘要: form: https://blog.csdn.net/u013686019/article/details/76020557?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7Eessearch%7Evector-11.se 阅读全文
posted @ 2021-09-22 23:06 kean0048 阅读(783) 评论(0) 推荐(0) 编辑
摘要: 阅读目录(Content) 1.1. 概述 1.2.数据结构 1.3. 运行机理 1.4. 简单一例: 一、概述 二、结构体 三、操作过程 四、实例 转载: http://blog.csdn.net/wuhzossibility/article/details/8079025 http://blog 阅读全文
posted @ 2021-09-22 23:02 kean0048 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://linux.cn/article-3475-1.html 在工作中经常会遇到一些内核crash的情况,本文就是根据内核出现crash后的打印信息,对其进行了分析,使用的内核版本为:Linux2.6.32。 每一个进程的生命周期内,其生命周期的范围为几毫秒到几个月。一般都是和内核 阅读全文
posted @ 2021-09-22 22:58 kean0048 阅读(472) 评论(0) 推荐(0) 编辑
摘要: How to generate your patches? Do as follow steps: 1) prepare the file which you modify from orignal source code. 2) run command diff -up orignal new-f 阅读全文
posted @ 2021-09-22 22:55 kean0048 阅读(23) 评论(0) 推荐(0) 编辑