基于内核栈切换的进程切换
摘要:一, 试验内容 修改fork(), switch(), PCB结构等把linux 0.11的基于tss切换的进程切换改成基于内核栈的进程切换 二, 实验步骤 1, 重写switch_to()函数 目前Linux 0.11中工作的schedule()函数是首先找到下一个进程的数组位置next,而这个n
阅读全文
posted @ 2015-08-25 19:26
posted @ 2015-08-25 19:26
posted @ 2015-08-22 22:03
posted @ 2015-08-20 16:19
posted @ 2015-08-19 09:46
posted @ 2015-03-31 09:33