随笔分类 -  windows system

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