摘要: 一个简单的时间片轮转多道程序 操作系统的“两把剑”:中断上下文(保存现场和恢复现场)和进程上下文的切换 源代码的分析 使用的源代码为视频中所使用的精简内核的源代码 首先分析mypcd.h struct Thread { unsigned long ip;//point to cpu run addr 阅读全文
posted @ 2016-03-05 20:26 20135212池彬宁 阅读(628) 评论(0) 推荐(0)