Stupid is as stupid does
发布时间:2016-06-09 13:32:48
http://www.madeye.me/2010/10/01/qemu-introduction-and-application-of-memory-access-mechanism/......【阅读全文】
发布时间:2016-06-07 11:09:08
80X86寄存器详解 转载自 Zachary.XiaoZhen - 梦想的天空 引子打算写几篇稍近底层或者说是基础的博文,浅要介绍或者说是回顾一些基础知识,自然,还是得从最基础的开始,那就从汇编语言开刀吧,从汇编语言开刀的话,我们必须还先要了解一些其他东西,像 .........【阅读全文】
发布时间:2016-06-07 11:01:25
一 概念Model Specific Register (MSR) as the name implies is model specific and may change from processor model number (n) to processor model number (n+1).二 读写方法MSR 是CPU 的一组64 位寄存器,可以分别通过RDMSR 和WRMSR 两条指令进行读和写的操作,前提要在ECX 中写入MSR 的地址。对.........【阅读全文】