会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
Nathan Wong
随笔档案-2015年08月
【一】 sched.h
2015-08-24 19:16 by cascle, 3507 阅读,
收藏
,
摘要: 第一个数据结构体是task_struct ,这个数据结构被内核用来表示进程,包含其所有信息。定义于文件include/linux/sched.h 中,先看看其完整定义 1 struct task_struct { 2 volatile long state; /* -1 unrun...
阅读全文
0 Comment
lk源码分析【二】hTC修改相关
2015-08-10 15:49 by cascle, 7 阅读,
收藏
,
该文被密码保护。
阅读全文
0 Comment
lk源码分析【一】流程框架
2015-08-10 15:33 by cascle, 1 阅读,
收藏
,
该文被密码保护。
阅读全文
0 Comment
preloader源码分析【一】流程框架
2015-08-06 13:45 by cascle, 2 阅读,
收藏
,
该文被密码保护。
阅读全文
0 Comment
About