随笔分类 - windows system
摘要:1.多线程同步的方法a)entercirticalsection leaveciriticalsectionb)Mutex互斥对象 waitforsingleobject releasemutex使用方法和上面一个类似c)createevent waitforsingleobject seteven...
阅读全文
摘要:一个英文缩写cvs = concurrent version systemcli = common language infrastructure
阅读全文
摘要:windows下由于启用了页机制,所有软件层面的地址操作都是VA,通过descriptor(base address(32bit))+offset得到的线性地址并不直接对应物理地址,而是经过页转换机构再做一次转换得到物理地址,这样的转换是硬件提供的能力,转换过程被说的比较多了,大体是通过cr3寄存器...
阅读全文

浙公网安备 33010602011771号