码迷,mamicode.com
首页 >  
搜索关键字:指令预取队列    ( 1个结果
Kernel 2.4.0 之 head.S 为何用两次 jmp 刷新 EIP 寄存器
在arch\i386\kernel\head.S文件中,自line100开始有这么几行:movl%cr0,%eax orl$0x80000000,%eax movl%eax,%cr0/*..andsetpaging(PG)bit*/ jmp1f/*flushtheprefetch-queue*/ 1: movl$1f,%eax jmp*%eax/*makesureeipisrelocated*/ 1: /*Setupthestackpointer*/ lssstack_start,..
分类:其他好文   时间:2016-03-07 19:22:33    阅读次数:333
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!